1
1
Fork 0

cross.fish: Add mingw32

This commit is contained in:
Jonathan Schleifer 2020-02-29 23:06:38 +00:00
parent c139f28683
commit 7e898ae2ac
2 changed files with 22 additions and 6 deletions

2
zshrc
View file

@ -116,7 +116,7 @@ case $TERM in
unset_title() {
precmd() {
print -Pn "\e]0;%m:%c\a"
print -Pn "\e]0;%c · %m\a"
__precmd
}
}