updated submodules and (hopefully) fixed home/end keys
This commit is contained in:
parent
ace52b33cf
commit
79c87228ec
2 changed files with 1 additions and 3 deletions
|
@ -12,6 +12,7 @@
|
||||||
~/.gitignore_global: git/gitignore_global
|
~/.gitignore_global: git/gitignore_global
|
||||||
~/.zsh: zsh
|
~/.zsh: zsh
|
||||||
~/.zshrc: zsh/zshrc
|
~/.zshrc: zsh/zshrc
|
||||||
|
~/.inputrc: zsh/inputrc
|
||||||
|
|
||||||
- shell:
|
- shell:
|
||||||
- git update-submodules # after linking ~/.gitconfig
|
- git update-submodules # after linking ~/.gitconfig
|
||||||
|
|
|
@ -19,9 +19,6 @@ if [ $(uname -n) = "mail" ]; then
|
||||||
plugins+=(debian)
|
plugins+=(debian)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Color TERM
|
|
||||||
export TERM=xterm-256color
|
|
||||||
|
|
||||||
# Preferred editor for local and remote sessions
|
# Preferred editor for local and remote sessions
|
||||||
export EDITOR='nano'
|
export EDITOR='nano'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue