cleanup related to truncpwd, removing a bunch of unused junk from bash functions

This commit is contained in:
Dan Buch
2012-04-10 01:00:30 -04:00
parent c4412f7a15
commit f67b424570
3 changed files with 5 additions and 119 deletions

2
zshrc
View File

@@ -9,5 +9,5 @@ compinit
export PS1="\$ "
function precmd() {
echo "$USER@$HOST:$PWD"
echo "$USER@$HOST:$(truncpwd)"
}