Mercurial > hg > zsh-env
changeset 37:035e19cbaee7
merge latest changes
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Sat, 16 Feb 2013 05:59:44 +0100 |
parents | 2e02d7481487 (diff) 2f93381e4ed8 (current diff) |
children | 05c566aa9510 |
files | zshrc-cassiopeia |
diffstat | 6 files changed, 23 insertions(+), 16 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/zshrc-bindkey Sat Feb 16 05:59:44 2013 +0100 @@ -0,0 +1,14 @@ +# Pos1 +bindkey '^[[H' beginning-of-line + +# Ende +bindkey '^[[F' end-of-line + +# Del +bindkey '^[[3~' delete-char-or-list + +# Ctrl-Left +bindkey '^[[1;5D' backward-word + +# Ctrl-Right +bindkey '^[[1;5C' forward-word
--- a/zshrc-cassiopeia Sat Feb 16 05:58:14 2013 +0100 +++ b/zshrc-cassiopeia Sat Feb 16 05:59:44 2013 +0100 @@ -4,7 +4,7 @@ . $HOME/.zsh-env/zshrc-jdk . $HOME/.zsh-env/zshrc-maven -. $HOME/.zsh-env/zshrc-konsole +. $HOME/.zsh-env/zshrc-bindkey export ANT_HOME=/usr/share/ant-bin export EXENTRA_WORKSPACE=/home/dirk/Eclipse/Workspaces/Exentra/trunk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/zshrc-it1 Sat Feb 16 05:59:44 2013 +0100 @@ -0,0 +1,1 @@ +. $HOME/.zsh-env/zshrc-bindkey
--- a/zshrc-konsole Sat Feb 16 05:58:14 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,14 +0,0 @@ -# Pos1 -bindkey '^[[H' beginning-of-line - -# Ende -bindkey '^[[F' end-of-line - -# Del -bindkey '^[[3~' delete-char-or-list - -# Ctrl-Left -bindkey '^[[1;5D' backward-word - -# Ctrl-Right -bindkey '^[[1;5C' forward-word
--- a/zshrc-quad64 Sat Feb 16 05:58:14 2013 +0100 +++ b/zshrc-quad64 Sat Feb 16 05:59:44 2013 +0100 @@ -9,6 +9,11 @@ export PATH="$HOME/bin:${PATH}" export PGUSER=postgres +bindkey '^[[1~' beginning-of-line +bindkey '^[[H' beginning-of-line +bindkey '^[[4~' end-of-line +bindkey '^[[F' end-of-line + # # aliases #
--- a/zshrc-xanthippe Sat Feb 16 05:58:14 2013 +0100 +++ b/zshrc-xanthippe Sat Feb 16 05:59:44 2013 +0100 @@ -1,9 +1,10 @@ # -# zshrc for cassiopeia +# zshrc for xanthippe # . $HOME/.zsh-env/zshrc-jdk . $HOME/.zsh-env/zshrc-maven +. $HOME/.zsh-env/zshrc-bindkey export GPG_TTY=`tty` export PATH="$HOME/bin:${PATH}"