This commit is contained in:
Pim Kunis 2023-02-14 00:13:10 +01:00
parent c03dbc65bc
commit f6299e11e4
4 changed files with 7 additions and 29 deletions

View file

@ -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