Merge branch 'home' of https://gitlabrador.amigadns.com/truck/mahbinstuff into home
This commit is contained in:
commit
eb82858d27
4 changed files with 34 additions and 1 deletions
5
zshrc
5
zshrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue