add .bashrc
This commit is contained in:
parent
ce5225d901
commit
e1a3df256c
1 changed files with 12 additions and 0 deletions
12
dots/.bashrc
Normal file
12
dots/.bashrc
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
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)
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue