1
Fork 0

Add the zsh functions file.

This commit is contained in:
Bauke 2022-07-20 14:29:08 +02:00
parent 4b50c82090
commit 6a42a68ddf
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
2 changed files with 4 additions and 0 deletions

3
.functions.zsh Normal file
View File

@ -0,0 +1,3 @@
gtag () {
git tag -s -a "$1" -m "Version $1"
}

1
.zshrc
View File

@ -10,6 +10,7 @@ export PATH="$PATH:$CARGO_BIN"
export PATH="$PATH:$LOCAL_BIN"
source "$HOME/.aliases.zsh"
source "$HOME/.functions.zsh"
export NVS_HOME="$HOME/.local/share/nvs"
source "$NVS_HOME/nvs.sh"