Merge branch 'master' into wsr_shared

This commit is contained in:
Peter J. Holzer 2018-02-07 09:28:28 +01:00
commit 6da5525973
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -44,7 +44,7 @@ pd(){
else else
pushd "$@" pushd "$@"
fi fi
namedir $(echo $(basename "$PWD" | tr -cd 'A-Za-z0-9_') | sed -e 's/^[0-9]/_&/') namedir $(echo $(basename "$PWD" | tr -cd 'A-Za-z0-9_') | tr 'A-Z' 'a-z' | sed -e 's/^[0-9]/_&/')
echo "$PWD" echo "$PWD"
} }