emacs?
This commit is contained in:
parent
52c7a33f30
commit
4b82ef83bb
@ -35,7 +35,7 @@ alias \
|
||||
ka="killall" \
|
||||
g="git" \
|
||||
e="$EDITOR" \
|
||||
v="$EDITOR" \
|
||||
v="$EDITOR_SECONDARY" \
|
||||
z="zathura"
|
||||
|
||||
alias \
|
||||
|
||||
@ -13,6 +13,7 @@ export npm_config_prefix="$HOME/.local"
|
||||
|
||||
# Default programs:
|
||||
export EDITOR="nvim"
|
||||
export EDITOR_SECONDARY="emacs"
|
||||
export TERMINAL="st"
|
||||
export BROWSER="firefox-bin"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user