implemented user@host, path, git, writable_dir, padding, time, sysload and last_command_status

This commit is contained in:
Martinez 2015-04-07 02:02:20 +02:00
parent 0703ad5399
commit 6c745e3138
2 changed files with 131 additions and 33 deletions

View file

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