Merge pull request #94 from LoopTJ/patch-1
Some checks failed
Bash Lint / lint (ubuntu-20.04) (push) Has been cancelled
Bash Lint / lint (ubuntu-latest) (push) Has been cancelled

Update pico and nano aliases in .bashrc
This commit is contained in:
Chris Titus
2024-09-30 16:49:24 -05:00
committed by GitHub

View File

@@ -64,10 +64,8 @@ if [[ $iatest -gt 0 ]]; then bind "set show-all-if-ambiguous On"; fi
# Set the default editor
export EDITOR=nvim
export VISUAL=nvim
alias pico='edit'
alias spico='sedit'
alias nano='edit'
alias snano='sedit'
alias spico='sudo pico'
alias snano='sudo nano'
alias vim='nvim'
# To have colors for ls and all grep commands such as grep, egrep and zgrep