You need to sign in or sign up before continuing.
Commit 81838776 authored by Jason Rogers's avatar Jason Rogers

fix typo

parent 0ecde036
function fish_prompt function fish_prompt
set -l script_dir (dirname (status -f)) set -l script_dir (dirname (status -f))
. $script_dir/tbytes.sh . $script_dir/tbytes.fish
set_color yellow set_color yellow
printf '%s' (whoami) printf '%s' (whoami)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment