Back cd and 🐛 nodejsscript completions

This commit is contained in:
2024-02-27 16:33:27 +01:00
parent 7ab8920b68
commit d0dbbf6d87
3 changed files with 2 additions and 34 deletions

View File

@ -57,7 +57,6 @@ alias §cd.='clear;§ls'
builtin pushd "$1" >/dev/null && pushd .
}
alias cd-vifm='cd `vifm --choose-dir -`'
eval "$(zoxide init --cmd cd bash)"
mkcd(){ mkdir -p -- "$1" && cd -P -- "$1"; }
alias §find.='find . -maxdepth 1'