Use stable yuzu

This commit is contained in:
Dave Gallant
2024-01-28 17:46:34 -05:00
parent d66724f10b
commit 6dd8134b84
3 changed files with 14 additions and 9 deletions

View File

@@ -153,8 +153,7 @@ in {
export PATH = "$(brew --prefix)/opt/gnu-tar/libexec/gnubin:$PATH"
export
PATH="$(brew --prefix)/opt/gnu-sed/libexec/gnubin:$PATH"
alias xdg-open=open
alias xdg-open=open
fi
# helm
@@ -169,6 +168,12 @@ in {
# make completion work with kubecolor
compdef kubecolor=kubectl
hostSpecificHomeManager() {
echo 'hello'
}
alias home-manager=hostSpecificHomeManager
pfetch
'';