some variables (helps i3 in some cases)
This commit is contained in:
parent
3cc408a8ec
commit
2b201b3152
1 changed files with 3 additions and 0 deletions
3
zshrc
3
zshrc
|
|
@ -27,6 +27,9 @@ alias http='python -m http.server'
|
||||||
export PATH=$HOME/bin:/usr/local/bin:$PATH
|
export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||||
alias t=todo.sh
|
alias t=todo.sh
|
||||||
export EDITOR=mg
|
export EDITOR=mg
|
||||||
|
export VISUAL=emacs
|
||||||
|
export PAGER=most
|
||||||
|
export TERMINAL=${HOME}/bin/quickterm.sh
|
||||||
|
|
||||||
autoload insert-composed-char
|
autoload insert-composed-char
|
||||||
zle -N insert-composed-char
|
zle -N insert-composed-char
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue