update: formatting, cleanup & order

This commit is contained in:
=
2020-03-07 19:22:06 +01:00
parent 06f373d5e9
commit e48b226951
4 changed files with 13 additions and 53 deletions

View File

@ -1,13 +1,5 @@
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 "(uname -nrs)
echo "Welcome to "(uname -n)
end