mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
fix typo
This commit is contained in:
parent
0ecde036f4
commit
8183877640
@ -1,6 +1,6 @@
|
|||||||
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user