create zfunctions on install

This commit is contained in:
Inhji 2019-08-07 08:29:31 +02:00
джерело 89191af9fa
коміт 8105706db0
2 змінених файлів з 4 додано та 1 видалено

@ -12,6 +12,8 @@ if [[ -d $HOME/.cargo ]]; then
source $HOME/.cargo/env
fi
fpath=("$HOME/.zfunctions" $fpath)
autoload -U promptinit; promptinit
# optionally define some options

@ -24,5 +24,6 @@
force: true
- shell:
- [sudo apt install zsh build-essential inotify-tools -y, Installing base packages]
- [sudo apt install zsh -y, Installing base packages]
- [git submodule update --init --recursive, Updating submodules]
- [mkdir $HOME/.functions, Creating zfunctions directory]