create zfunctions on install

This commit is contained in:
Inhji 2019-08-07 08:29:31 +02:00
parent 89191af9fa
commit 8105706db0
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -24,5 +24,6 @@
force: true force: true
- shell: - 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] - [git submodule update --init --recursive, Updating submodules]
- [mkdir $HOME/.functions, Creating zfunctions directory]