Bump a few things

This commit is contained in:
2024-04-23 12:19:03 -04:00
parent 129f8ab159
commit 23d7c0d52f
4 changed files with 48 additions and 1 deletions

4
.zshrc
View File

@@ -126,6 +126,10 @@ fi
# https://www.reddit.com/r/archlinux/comments/p0y2hs/flatpak/
alias update="paru -Syu --skipreview; flatpak update; sudo snap refresh"
# Power
alias upshift="powerprofilesctl set performance"
alias downshift="powerprofilesctl set power-saver"
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
export FZF_DEFAULT_COMMAND='fdfind --type f'