Skip to content

Commit

Permalink
update nvim alias in bash
Browse files Browse the repository at this point in the history
  • Loading branch information
ShortArrow committed Feb 5, 2024
1 parent 118d40f commit aaf72dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bash/src/bash_myplug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ alias ip='ip -color=auto'
# less
export LESS="-r"

# nvim
if command_exists "nvim"; then
alias nv="nvim"
fi

# bat
if command_exists "bat"; then
alias ncat="cat" # meaning normal cat
Expand Down

0 comments on commit aaf72dd

Please sign in to comment.