Skip to content

Commit

Permalink
Merge branch 'ChrisTitusTech:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
dacrab authored Jan 13, 2025
2 parents 49d6fce + 0c0b4c0 commit 307a0b3
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 307a0b3

Please sign in to comment.