Some fish shell configuration changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user