Fixes for fish under osx

This commit is contained in:
Thomas Lovén 2020-01-22 21:45:21 +01:00
parent c9d5d2dbc1
commit dbae8d997c
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
terminal/fish/fishd.*
terminal/fish/fish_variables

View File

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