summaryrefslogtreecommitdiffstats
path: root/.zsh/functions
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-05-17 21:15:32 +0200
committerGravatar Tom Willemsen2012-05-17 21:15:32 +0200
commitf5bac3e47a3dfcac9ea6b3efd9c2ffb2f8a353d9 (patch)
tree0501771454544626064a03e78f51bd22fc312be5 /.zsh/functions
parenta9228d8b1af13b34e5ec5534b660ca386a8622df (diff)
downloaddotfiles-f5bac3e47a3dfcac9ea6b3efd9c2ffb2f8a353d9.tar.gz
dotfiles-f5bac3e47a3dfcac9ea6b3efd9c2ffb2f8a353d9.zip
.zsh/functions/prompt
Diffstat (limited to '.zsh/functions')
-rw-r--r--.zsh/functions/prompt2
1 files changed, 0 insertions, 2 deletions
diff --git a/.zsh/functions/prompt b/.zsh/functions/prompt
index 4603b73..6fe927b 100644
--- a/.zsh/functions/prompt
+++ b/.zsh/functions/prompt
@@ -13,5 +13,3 @@ fi
printf '%s%s%s:%s%s%s%s ' \
"%{${fg[magenta]}%}" $hostname "%{${fg[default]}%}" \
"%(?.%{${fg[green]}%}.%{${fg[red]}%})" "%~" "%{${fg[default]}%}"
-
-printf "\$(/home/slash/code/projects/baps1/src/baps1)"