diff options
author | Urbain Vaes <urbain@vaes.uk> | 2014-10-14 20:28:05 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2014-10-14 20:28:05 +0100 |
commit | 3679b51ea72c75d4a4b10c7f322dfe9ee3779628 (patch) | |
tree | 6175d5f363a600c9434c2f98965506ca9f7f3696 /.zshrc | |
parent | 3a147bbd47a4492be56249eef44a374deaffd031 (diff) |
Adding work for krystle + minor modifications
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,9 @@ +# Key remapping +# todo: add vim support +# +~/xcape/xcape -e 'Shift_L=Escape' +xmodmap ~/.xmodmap + # Path to your oh-my-zsh installation. export ZSH=$HOME/.oh-my-zsh @@ -7,8 +13,6 @@ export ZSH=$HOME/.oh-my-zsh # time that oh-my-zsh is loaded. ZSH_THEME="eastwood" -xmodmap ~/.xmodmap - # Uncomment the following line to use case-sensitive completion. # CASE_SENSITIVE="true" |