Commit 2fca4b800b3f94d46fc9da2a63580934dd768ce0

Authored by mj
1 parent 54db523c28
Exists in master and in 2 other branches 02-merge, dev

bashrc: START zsh on enter

Showing 1 changed file with 4 additions and 0 deletions Side-by-side Diff

... ... @@ -113,3 +113,7 @@ fi
113 113 if [ -f $ZCFG/templates/bash_aliases.sh ]; then
114 114 . $ZCFG/templates/bash_aliases.sh
115 115 fi
  116 +
  117 +if [ -d /proc/vz ] && [ ! -d /proc/vz/beancounter ]; then
  118 + cd && zsh && exit
  119 +fi