This commit is contained in:
Andrew Holland 2018-01-09 14:20:52 +02:00
commit eb82858d27
4 changed files with 34 additions and 1 deletions

5
zshrc
View file

@ -1,3 +1,5 @@
[[ $TERM == "dumb" ]] && unsetopt zle && PS1='$ ' && return
echo "Loading zgen..."
source ~/bin/zgen/zgen.zsh
@ -28,6 +30,9 @@ export PATH=$HOME/bin:/usr/local/bin:$PATH
export PAGER=most
alias t=todo.sh
export EDITOR=mg
export VISUAL=emacs
export PAGER=most
export TERMINAL=${HOME}/bin/quickterm.sh
autoload insert-composed-char
zle -N insert-composed-char