diff --git a/fish/theme-t31m/fish_greeting.fish b/fish/theme-t31m/fish_greeting.fish index f340e8f..270eae0 100644 --- a/fish/theme-t31m/fish_greeting.fish +++ b/fish/theme-t31m/fish_greeting.fish @@ -1,13 +1,13 @@ set -g CMD_DURATION 0 -function dim - set_color -o 4f4f4f -end +#function dim +# set_color -o 4f4f4f +#end -function off - set_color -o normal -end +#function off +# set_color -o normal +#end function fish_greeting - echo "Welcome to FiSH "(dim)(uname -nrs)(off) + echo "Welcome to FiSH "(uname -nrs) end