From 64387b853e6479c866c21665ece0a9b2b099b37d Mon Sep 17 00:00:00 2001 From: Ayaz Badouraly <ayaz.badouraly@via.ecp.fr> Date: Sun, 29 May 2016 04:28:56 +0200 Subject: [PATCH] Fixing directories display --- via.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/via.zsh-theme b/via.zsh-theme index 9814e78..3f49b99 100644 --- a/via.zsh-theme +++ b/via.zsh-theme @@ -17,7 +17,7 @@ fi local user_host="${user}%{$fg_bold[yellow]%}@%{$fg_bold[white]%}%m%{$reset_color%}" -local current_dir="%{$fg_bold[green]%}%c%{$reset_color%}" +local current_dir="%{$fg_bold[green]%}%~%{$reset_color%}" PROMPT="${clock} ${user_host} ${current_dir}${eol} " -- GitLab