updated submodules and (hopefully) fixed home/end keys

This commit is contained in:
Nikolas Weger 2015-10-02 12:00:33 +02:00
parent ace52b33cf
commit 79c87228ec
2 changed files with 1 additions and 3 deletions

View file

@ -12,6 +12,7 @@
~/.gitignore_global: git/gitignore_global
~/.zsh: zsh
~/.zshrc: zsh/zshrc
~/.inputrc: zsh/inputrc
- shell:
- git update-submodules # after linking ~/.gitconfig

View file

@ -19,9 +19,6 @@ if [ $(uname -n) = "mail" ]; then
plugins+=(debian)
fi
# Color TERM
export TERM=xterm-256color
# Preferred editor for local and remote sessions
export EDITOR='nano'