feat: updates fish_setup, README.md

This commit is contained in:
2020-02-23 17:05:20 +01:00
parent 482d79c0e5
commit f7d417ecad
3 changed files with 24 additions and 3 deletions

View File

@ -0,0 +1,13 @@
set -g CMD_DURATION 0
function dim
set_color -o 4f4f4f
end
function off
set_color -o normal
end
function fish_greeting
echo "Welcome to FiSH "(dim)(uname -nrs)(off)
end