9 lines
304 B
Fish
9 lines
304 B
Fish
#! /bin/fish
|
|
|
|
function fish_prompt
|
|
~/git/over-prompt/render .1 .35 $COLUMNS $status
|
|
# ^ ^ ^ ^- last command's exit status
|
|
# | \- terminal width
|
|
# | \- yellow threshold
|
|
# \- red threshold
|
|
end
|