Some fancy title rewriting

This commit is contained in:
Natsu Kagami 2022-10-31 12:05:14 +01:00
parent b0a826a881
commit e6652536fe
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
2 changed files with 92 additions and 53 deletions

View file

@ -38,6 +38,12 @@
printf (env LANG=ja_JP.UTF-8 date +"\n%A%Y%m%d%H%M \n\n")
end
functions --copy fish_title __original_fish_title
functions --erase fish_title
function fish_title
echo (__original_fish_title) - fish
end
# Set up an editor alias
if test -n "$EDITOR"
alias e="$EDITOR"