Change up font

This commit is contained in:
Marco Thomas
2022-05-09 18:05:01 +02:00
parent 7157c4a496
commit bb0b18b4d1
9 changed files with 62 additions and 53 deletions

View File

@@ -9,7 +9,7 @@ precmd_vcs_info() { vcs_info }
precmd_functions+=( precmd_vcs_info )
setopt prompt_subst
ICON="%(?.%{$fg[green]%}.%{$fg[red]%})λ"
ICON="%(?.%{$fg[green]%}.%{$fg[red]%})λ>"
DIR="%{$fg[blue]%}%~"
GIT="%{$fg[red]%}\$vcs_info_msg_0_"
HOSTN="%{$fg[yellow]%}%m "
@@ -73,7 +73,7 @@ powermode() {
echo 'Invalid option'
fi
}
alias o='xdg-open'
alias o='xdg-open' # to change a mime use: `xdg-mime default APPLICATION HANDLE`
alias con='nmcli con'
alias conup='nmcli con up id'
alias condown='nmcli con down id'