Some fish shell configuration changes

This commit is contained in:
2018-03-27 10:50:45 +02:00
parent e20ae0c561
commit 147d3d7514
5 changed files with 24 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ function fish_prompt
end
# Hostname with unique color
set_color (hostname -s | md5 | cut -c-6)
set_color (hostname -s | md5sum | cut -c-6)
echo -sn (hostname -s)
# A yellow separator