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
|
||||
~/.zsh: zsh
|
||||
~/.zshrc: zsh/zshrc
|
||||
~/.inputrc: zsh/inputrc
|
||||
|
||||
- shell:
|
||||
- git update-submodules # after linking ~/.gitconfig
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue