Updates to fix dependencies

This commit is contained in:
Hannes
2025-11-16 22:56:36 +01:00
parent 4e5f46c44e
commit 84938688c4
3 changed files with 28 additions and 25 deletions

View File

@@ -1,7 +1,12 @@
#
# ~/.config/fish/configs/fedora_config.fish
#
alias ff='$HOME/.bin/simple_ffprobe_script'
alias updateall='sudo dnf upgrade --refresh && flatpak update'
alias ssh='env TERM=xterm-256color ssh'
alias updateall='sudo dnf upgrade --refresh && flatpak update'
if test -e $HOME/.cargo/bin/eza
set -gx PATH $HOME/.cargo/bin $PATH $PATH
end