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
|
@ -14,6 +14,7 @@ test -L $HOME/.gitignore || ln -f -s $BASEDIR/gitignore $HOME/.gitignore
|
|||
test -L $HOME/.hushlogin || ln -f -s $BASEDIR/hushlogin $HOME/.hushlogin
|
||||
test -d $HOME/.ncmpcpp || mkdir $HOME/.ncmpcpp
|
||||
test -L $HOME/.ncmpcpp/config || ln -f -s $BASEDIR/ncmpcpp $HOME/.ncmpcpp/config
|
||||
test -L $HOME/.functions.zsh || ln -f -s $BASEDIR/functions.zsh $HOME/.functions.zsh
|
||||
test -L $HOME/.zshrc || ln -f -s $BASEDIR/zshrc $HOME/.zshrc
|
||||
|
||||
# ln vim files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue