configure fish prompt
This commit is contained in:
parent
6a49608745
commit
b12ac895c2
4 changed files with 59 additions and 46 deletions
9
.config/fish/functions/fish_right_prompt.fish
Normal file
9
.config/fish/functions/fish_right_prompt.fish
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
function fish_right_prompt -d "Write out the right prompt"
|
||||
if not set -q VIRTUAL_ENV_DISABLE_PROMPT
|
||||
set -g VIRTUAL_ENV_DISABLE_PROMPT true
|
||||
end
|
||||
|
||||
set_color brblack
|
||||
date '+%H:%M:%S'
|
||||
end
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue