From 3bdd71d25d67e69bc4e510ac26e262a77f9578ff Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 26 Feb 2014 20:16:24 +0100 Subject: I should learn to actually use a vcs properly :p --- zsh/.zkbd/xterm-termite-:0 | 4 ++-- zsh/.zprofile | 6 +++++- zsh/.zshrc | 1 + 3 files changed, 8 insertions(+), 3 deletions(-) (limited to 'zsh') 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) diff --git a/zsh/.zshrc b/zsh/.zshrc index ad5c01a..b1cb00c 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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 -- cgit v1.2.3-70-g09d2