This commit is contained in:
2025-10-13 12:47:24 -07:00
parent 416f19d0a5
commit 06f1e9b2fb
6 changed files with 33 additions and 12 deletions

View File

@@ -17,7 +17,7 @@ alias zed="zeditor"
alias sudo="sudo -E"
alias q="hyprland"
alias reload="source ~/.bashrc"
alias update="paru -Syu --noconfirm && flatpak update --noninteractive"
alias update="paru -Syu --noconfirm && sudo sbctl sign /boot/EFI/limine/BOOTX64.EFI && flatpak update --noninteractive"
alias paru="paru --bottomup --assume-installed ttf-font"
alias lah='ls -lah'
alias fd='fd -H'
@@ -73,6 +73,5 @@ eval "$(starship init bash)"
eval "$(fzf --bash)"
eval "$(zoxide init --cmd cd bash)"
# Created by `pipx` on 2025-09-13 00:06:01
export PATH="$PATH:/home/ted/.local/bin"