fix fzf
This commit is contained in:
parent
c03dbc65bc
commit
f6299e11e4
4 changed files with 7 additions and 29 deletions
|
@ -45,12 +45,8 @@ if [[ $iatest > 0 ]]; then bind "set completion-ignore-case on"; fi
|
|||
if [[ $iatest > 0 ]]; then bind "set show-all-if-ambiguous On"; fi
|
||||
|
||||
# Set the default editor
|
||||
export EDITOR=nano
|
||||
export VISUAL=nano
|
||||
alias pico='edit'
|
||||
alias spico='sedit'
|
||||
alias nano='edit'
|
||||
alias snano='sedit'
|
||||
export EDITOR=vi
|
||||
export VISUAL=vi
|
||||
|
||||
# To have colors for ls and all grep commands such as grep, egrep and zgrep
|
||||
export CLICOLOR=1
|
||||
|
|
Reference in a new issue