Fixes for fish under osx
This commit is contained in:
parent
c9d5d2dbc1
commit
dbae8d997c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
terminal/fish/fishd.*
|
||||
terminal/fish/fish_variables
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user