This commit is contained in:
Jason Rogers 2013-06-05 16:47:57 -04:00
parent 0ecde036f4
commit 8183877640

View File

@ -1,6 +1,6 @@
function fish_prompt
set -l script_dir (dirname (status -f))
. $script_dir/tbytes.sh
. $script_dir/tbytes.fish
set_color yellow
printf '%s' (whoami)