diff options
author | Fredrik Appelberg <fredrik.appelberg@gmail.com> | 2011-03-09 12:19:38 +0100 |
---|---|---|
committer | Fredrik Appelberg <fredrik.appelberg@gmail.com> | 2011-03-09 12:19:38 +0100 |
commit | f61a395587327b68e25ee7b5390d8888dde314c2 (patch) | |
tree | 4ee6c71af7eeff1577af23908ffadafe834a659f | |
parent | 0294487a3e4c7e0257cc8f17357e497fd9280a3b (diff) | |
parent | f1af41589960f7fc98d270c70a80b351b703e53e (diff) | |
download | zsh-f61a395587327b68e25ee7b5390d8888dde314c2.tar.gz zsh-f61a395587327b68e25ee7b5390d8888dde314c2.tar.bz2 zsh-f61a395587327b68e25ee7b5390d8888dde314c2.zip |
Merge ssh://spix-dev01/home/fredrik/.oh-my-zsh
-rw-r--r-- | plugins/screen/screen.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/screen/screen.plugin.zsh b/plugins/screen/screen.plugin.zsh index ba7ac67e7..98178e807 100644 --- a/plugins/screen/screen.plugin.zsh +++ b/plugins/screen/screen.plugin.zsh @@ -2,7 +2,7 @@ # of the tab window should be. if [[ $TERM == "screen" ]]; then if [[ $_GET_PATH == '' ]]; then - _GET_PATH='echo $PWD | sed "s/^\/Users\//~/;s/^~$USER/~/"' + _GET_PATH='echo $PWD | sed "s/^\/Users\//~/;s/^\/home\//~/;s/^~$USER/~/"' fi if [[ $_GET_HOST == '' ]]; then _GET_HOST='echo $HOST | sed "s/\..*//"' |