mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-14 08:03:48 +01:00
add custom fish title
This commit is contained in:
parent
e01bdfb08b
commit
781e4e28b2
1 changed files with 6 additions and 0 deletions
|
@ -60,6 +60,12 @@ function fish_prompt
|
|||
prompt $status $fish_bind_mode
|
||||
end
|
||||
|
||||
# custom title
|
||||
functions -e fish_title
|
||||
function fish_title
|
||||
echo (prompt_pwd) '|' (set -q argv[1] && echo $argv[1] || status current-command)
|
||||
end
|
||||
|
||||
# ENV
|
||||
export CXX=clang++
|
||||
export EDITOR=nvim
|
||||
|
|
Loading…
Reference in a new issue