.profile: Add editor alias
This commit is contained in:
parent
41b8b8286a
commit
803ba395b7
1
.profile
1
.profile
@ -41,6 +41,7 @@
|
|||||||
# Use Vim if we have it
|
# Use Vim if we have it
|
||||||
export EDITOR="vi"
|
export EDITOR="vi"
|
||||||
command -v vim > /dev/null 2>&1 && export EDITOR="vim"
|
command -v vim > /dev/null 2>&1 && export EDITOR="vim"
|
||||||
|
alias e='$EDITOR'
|
||||||
|
|
||||||
# Patch PATH
|
# Patch PATH
|
||||||
desiredpath="/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:/usr/local/games:/usr/games:$HOME/.bin:$HOME/.local/bin"
|
desiredpath="/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:/usr/local/games:/usr/games:$HOME/.bin:$HOME/.local/bin"
|
||||||
|
Loading…
Reference in New Issue
Block a user