Fixes for fish under osx
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
|||||||
terminal/fish/fishd.*
|
terminal/fish/fishd.*
|
||||||
|
terminal/fish/fish_variables
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ function fish_prompt
|
|||||||
end
|
end
|
||||||
|
|
||||||
# Hostname with unique color
|
# Hostname with unique color
|
||||||
set_color (hostname -s | md5sum | cut -c-6)
|
set_color (hostname -s | md5 | cut -c-6)
|
||||||
echo -sn (hostname -s)
|
echo -sn (hostname -s)
|
||||||
|
|
||||||
# A yellow separator
|
# A yellow separator
|
||||||
|
|||||||
Reference in New Issue
Block a user