diff options
| author | 2012-05-17 16:21:23 +0200 | |
|---|---|---|
| committer | 2012-05-17 16:21:23 +0200 | |
| commit | 1335679b107a7b172061369c05149887803c0518 (patch) | |
| tree | 76625d1143b8061acbd3bceaaeff8a23516b1290 /.zsh/functions | |
| parent | ce7f706cf813b7889c818940cd0f3e71362a2f56 (diff) | |
| download | dotfiles-1335679b107a7b172061369c05149887803c0518.tar.gz dotfiles-1335679b107a7b172061369c05149887803c0518.zip | |
.zsh/functions/prompt
Diffstat (limited to '.zsh/functions')
| -rw-r--r-- | .zsh/functions/prompt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.zsh/functions/prompt b/.zsh/functions/prompt index 6fe927b..487732b 100644 --- a/.zsh/functions/prompt +++ b/.zsh/functions/prompt @@ -13,3 +13,5 @@ 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/ps1time/src/baps1)" |
