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