Add a functions file for custom actions
This commit is contained in:
parent
62ad1077a4
commit
2cbef96dc0
3 changed files with 33 additions and 0 deletions
3
zshrc
3
zshrc
|
@ -190,4 +190,7 @@ export LS_COLORS='di=33;40:ln=35;40:so=32;40:pi=33;40:ex=31;40:bd=34;46:cd=34;43
|
|||
# They are packaged correctly for Arch Linux
|
||||
test "$platform" = 'osx' && fpath=(/usr/local/share/zsh-completions $fpath)
|
||||
|
||||
# Source my own functions
|
||||
test -e $HOME/.functions.zsh && source $HOME/.functions.zsh
|
||||
|
||||
test -e ${HOME}/.iterm2_shell_integration.zsh && source ${HOME}/.iterm2_shell_integration.zsh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue