This commit is contained in:
Solomon Laing 2023-10-04 14:35:49 +10:30
parent 52c7a33f30
commit 4b82ef83bb
2 changed files with 2 additions and 1 deletions

View File

@ -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 \

View File

@ -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"