diff options
| author | 2013-05-05 21:13:09 +0200 | |
|---|---|---|
| committer | 2013-05-05 21:13:09 +0200 | |
| commit | eaee297bd390385f1b17258c9d9d067f2ef0cebc (patch) | |
| tree | 74ebbe47fd981171ecf8570475054a3aac596718 /.zsh/functions/rprompt | |
| parent | 4a2315fb3ac7312f1aa84bcc8fd0c497a1744946 (diff) | |
| download | dotfiles-eaee297bd390385f1b17258c9d9d067f2ef0cebc.tar.gz dotfiles-eaee297bd390385f1b17258c9d9d067f2ef0cebc.zip | |
Cleanup ZSH config
Diffstat (limited to '.zsh/functions/rprompt')
| -rw-r--r-- | .zsh/functions/rprompt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.zsh/functions/rprompt b/.zsh/functions/rprompt deleted file mode 100644 index 3392379..0000000 --- a/.zsh/functions/rprompt +++ /dev/null @@ -1,4 +0,0 @@ -# -*- mode: shell-script -*- - -local git_info="$(prompt_git_info)" -printf '%s%s' $git_info "%{${fg[default]}%}" |
