rice/dots/.bashrc
2022-01-21 19:15:35 +02:00

12 lines
220 B
Bash

bind 'set show-all-if-ambiguous on'
bind 'TAB:menu-complete'
export EDITOR="nvim"
export BROWSER="firefox"
alias vim="nvim"
alias v="nvim"
cf() {
cd $(find ~/code -maxdepth 4 -type d -name "$1" -print | sed 1q)
}