Custom function section added to .zsrch
This commit is contained in:
@@ -75,7 +75,7 @@ zstyle ':omz:alpha:lib:git' async-prompt no
|
|||||||
plugins=(git)
|
plugins=(git)
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
source $HOME/.dotfiles/zsh/functions/snapper.zsh
|
|
||||||
|
|
||||||
|
|
||||||
# User configuration
|
# User configuration
|
||||||
@@ -121,3 +121,7 @@ gh-token-setup() {
|
|||||||
|
|
||||||
echo "✓ GitHub token configured!"
|
echo "✓ GitHub token configured!"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Uncomment if you want any custom functions enabled.
|
||||||
|
source $HOME/.dotfiles/zsh/functions/snapper.zsh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user