1
0
Derivar 0

create zfunctions on install

Este cometimento está contido em:
Inhji 2019-08-07 08:29:31 +02:00
ascendente 89191af9fa
cometimento 8105706db0
2 ficheiros modificados com 4 adições e 1 eliminações

Ver ficheiro

@ -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

Ver ficheiro

@ -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]