1
0
Fork 0

update `.bashrc`

urosm 2023-12-17 19:51:43 +01:00
parent fb29011dad
commit 7fc6123e46
1 changed files with 1 additions and 1 deletions

2
bashrc
View File

@ -43,7 +43,7 @@ alias ls="ls --color"
alias ll="ls -AFv1 --group-directories-first"
# nvim
alias :e="nvim"
alias :e="$EDITOR"
# bash completion
if ! shopt -oq posix; then