diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc index 8f75be4579de..5ce3e362b1c6 100644 --- a/etc/root/dot.cshrc +++ b/etc/root/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 diff --git a/share/skel/dot.cshrc b/share/skel/dot.cshrc index 8f75be4579de..5ce3e362b1c6 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