init: run compinit before loading lib/ files

This commit is contained in:
Marc Cornellà
2019-05-07 21:29:10 +02:00
parent 0f0448fa6c
commit ea3e666e04
2 changed files with 11 additions and 9 deletions

View File

@@ -21,6 +21,7 @@ alias 9='cd -9'
alias md='mkdir -p'
alias rd=rmdir
function d () {
if [[ -n $1 ]]; then
dirs "$@"