changeset 117:87a831b2afc8

Automated merge with https://xanthippe.duckdns.org/hg/zsh-env
author Dirk Olmes <dirk@xanthippe.ping.de>
date Wed, 25 Jan 2017 08:20:51 +0100
parents eaffab53cf43 (current diff) ebee1c499f19 (diff)
children b279e1279ce7
files
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.gitconfig	Tue Jan 24 14:16:38 2017 +0100
+++ b/.gitconfig	Wed Jan 25 08:20:51 2017 +0100
@@ -7,6 +7,7 @@
     rpo = remote prune origin    
     st = status
     wipe = !git add -A && git commit -qm 'WIPE SAVEPOINT' && git reset HEAD~1 --hard
+    wt = worktree
 
 [color]
     ui = false
--- a/zshrc-cassiopeia	Tue Jan 24 14:16:38 2017 +0100
+++ b/zshrc-cassiopeia	Wed Jan 25 08:20:51 2017 +0100
@@ -13,7 +13,7 @@
 export EXENTRA_WORKSPACE=/home/dirk/Eclipse/Workspaces/Exentra/rpi
 export MULE_TEST_OPTS="-Dmule.verbose=false"
 export MULE_TEST_TIMEOUTSECS=9999
-export PATH="$HOME/bin:${PATH}"
+export PATH="$HOME/bin:${HOME}/.nodejs/bin:${PATH}"
 export PGUSER=postgres
 
 #