That's why I wasn't seeing exit codes 😔

This commit is contained in:
Ash (ashisbored) 2021-11-30 21:26:12 +00:00
parent 7bd1c4fe8c
commit 8b2c5be4d2
No known key found for this signature in database
GPG Key ID: 1AE71DC3E127235F
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ if [ ! -f $HOME/.config/fish/functions/fish_prompt.fish ]; then
echo "Creating $HOME/.config/fish/functions/fish_prompt.fish"
echo "function fish_prompt
set FSH_LAST_STATUS \$status
fsh \$LAST_STATUS
fsh \$FSH_LAST_STATUS
end" > $HOME/.config/fish/functions/fish_prompt.fish
fi