diff options
Diffstat (limited to 'share/skel/dot.cshrc')
-rw-r--r-- | share/skel/dot.cshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/skel/dot.cshrc b/share/skel/dot.cshrc index 8f75be4..5ce3e36 100644 --- a/share/skel/dot.cshrc +++ b/share/skel/dot.cshrc @@ -26,7 +26,7 @@ if ($?prompt) then if ($uid == 0) then set user = root endif - set prompt = "%n@%m:%/ %# " + set prompt = "%n@%m:%~ %# " set promptchars = "%#" set filec |