Skip to content

Commit

Permalink
Merge pull request #94 from LoopTJ/patch-1
Browse files Browse the repository at this point in the history
Update pico and nano aliases in .bashrc
  • Loading branch information
ChrisTitusTech authored Sep 30, 2024
2 parents db983d3 + eacdae5 commit 0c0b4c0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c0b4c0

Please sign in to comment.