mirror of
https://github.com/ChrisTitusTech/mybash.git
synced 2026-04-02 10:38:14 +00:00
Merge pull request #94 from LoopTJ/patch-1
Update pico and nano aliases in .bashrc
This commit is contained in:
6
.bashrc
6
.bashrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user