changeset 75:e4ed204c90fa

Automated merge with https://localhost/hg/zsh-env
author Dirk Olmes <dirk@xanthippe.ping.de>
date Wed, 17 Jun 2015 06:14:53 +0200
parents 78beae5a0f7f (diff) 9222611c7a2e (current diff)
children b41590f0a587
files
diffstat 3 files changed, 9 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/zshrc	Wed Jun 17 06:13:58 2015 +0200
+++ b/zshrc	Wed Jun 17 06:14:53 2015 +0200
@@ -34,6 +34,7 @@
 alias pd=pushd
 alias history="history 1"
 alias ta="tmux attach -t"
+alias tl="tmux list-sessions"
 alias tn="tmux new -s"
 
 # no history handling for now ... or find a better way to save history per shell not across all shells
@@ -50,7 +51,7 @@
 # get rid of the silly "zsh: sure you want to delete all the files in ..." message
 unsetopt normstarsilent
 
-# turn of the "helpful" zsh feature of pushing each directory to the dir stack on cd
+# turn off the "helpful" zsh feature of pushing each directory to the dir stack on cd
 unsetopt autopushd
 
 # turn off "helpful" auto correction
--- a/zshrc-cassiopeia	Wed Jun 17 06:13:58 2015 +0200
+++ b/zshrc-cassiopeia	Wed Jun 17 06:14:53 2015 +0200
@@ -5,9 +5,9 @@
 . $HOME/.zsh-env/zshrc-jdk
 . $HOME/.zsh-env/zshrc-maven
 . $HOME/.zsh-env/zshrc-bindkey
-. $HOME/.autoenv/activate.sh
+. $HOME/.zsh-autoenv/autoenv.zsh
 
-export EXENTRA_WORKSPACE=/home/dirk/Eclipse/Workspaces/Exentra/trunk
+export EXENTRA_WORKSPACE=/home/dirk/Eclipse/Workspaces/Exentra/rpi-git
 export MULE_TEST_OPTS="-Dmule.verbose=false"
 export MULE_TEST_TIMEOUTSECS=9999
 export PATH="$HOME/bin:${PATH}"
@@ -20,9 +20,9 @@
 alias bzip=lbzip2
 alias df="df -h"
 alias env="env | sort | $PAGER"
-alias ex-dist="/home/dirk/Projects/Exentra/RPI/trunk/utils/ex-dist"
-alias ex-eclipse="/home/dirk/Projects/Exentra/RPI/trunk/utils/ex-eclipse"
-alias ex-install="/home/dirk/Projects/Exentra/RPI/trunk/utils/ex-install"
+alias ex-dist="/home/dirk/Projects/Exentra/RPI/rpi-git/utils/ex-dist"
+alias ex-eclipse="/home/dirk/Projects/Exentra/RPI/rpi-git/utils/ex-eclipse"
+alias ex-install="/home/dirk/Projects/Exentra/RPI/rpi-git/utils/ex-install"
 alias ne=neditc
 alias ping=noping
 alias top=htop
@@ -31,3 +31,4 @@
 # functions to be used directly from the command line
 #
 ed() { kate -u "$@" > /dev/null 2>&1 & }
+wt() { qdbus $KONSOLE_DBUS_SERVICE $KONSOLE_DBUS_SESSION setTitle 1 "$*" }
--- a/zshrc-gentoo	Wed Jun 17 06:13:58 2015 +0200
+++ b/zshrc-gentoo	Wed Jun 17 06:14:53 2015 +0200
@@ -6,6 +6,7 @@
 local keychain_init_file=$HOME/.keychain/${HOST}-sh
 if [ -r ${keychain_init_file} ]; then
     . ${keychain_init_file}
+	. ${keychain_init_file}-gpg
 fi
 
 # custom environment variables