diff options
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zkbd/xterm-termite-:0 | 4 | ||||
-rw-r--r-- | zsh/.zprofile | 6 | ||||
-rw-r--r-- | zsh/.zshrc | 1 |
3 files changed, 8 insertions, 3 deletions
diff --git a/zsh/.zkbd/xterm-termite-:0 b/zsh/.zkbd/xterm-termite-:0 index 01f4e31..6625a8f 100644 --- a/zsh/.zkbd/xterm-termite-:0 +++ b/zsh/.zkbd/xterm-termite-:0 @@ -14,10 +14,10 @@ key[F11]='^[[23~' key[F12]='^[[24~' key[Backspace]='^?' key[Insert]='^[[2~' -key[Home]='^[OH' +key[Home]='^[[H' key[PageUp]='^[[5~' key[Delete]='^[[3~' -key[End]='^[OF' +key[End]='^[[F' key[PageDown]='^[[6~' key[Up]='^[[A' key[Left]='^[[D' diff --git a/zsh/.zprofile b/zsh/.zprofile index 3cc0aee..6d2e1df 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -29,9 +29,13 @@ export TERMINAL=termite export SDL_AUDIODRIVER=pulse -#export GTK_IM_MODULE=xim +export GTK_IM_MODULE=xim export SUDO_PROMPT=$'\e[31mSUDO\e[m password for \e[34m%p\e[m: ' + +[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* + + [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx "$HOME"/.config/X11/xinitrc #envoy -t gpg-agent #source <(envoy -p) @@ -3,6 +3,7 @@ HISTSIZE=500 SAVEHIST=500 setopt notify +fpath=(~/.local/share/zsh/completion $fpath) zstyle :compinstall filename "$HOME/.config/zsh/.zshrc" al=(colors |