test if fastfetch is installed

This commit is contained in:
2026-02-13 14:16:57 +01:00
parent 949d76123b
commit d2a3ddcac3
2 changed files with 5 additions and 4 deletions

View File

@@ -51,9 +51,10 @@ if status is-interactive
source $HOME/.config/fish/configs/default_config.fish
end
end
if test -x /usr/bin/fastfetch
fastfetch
end
end
# set -q GHCUP_INSTALL_BASE_PREFIX[1]; or set GHCUP_INSTALL_BASE_PREFIX $HOME ; set -gx PATH $HOME/.cabal/bin $PATH /home/honney/.ghcup/bin # ghcup-env
# set -Ux PYENV_ROOT $HOME/.pyenv
# fish_add_path $PYENV_ROOT/bin

View File

@@ -1,7 +1,7 @@
#
# ~/.config/fish/configs/fedora_config.fish
#
alias ff='$HOME/.bin/simple_ffprobe_script'
#alias ff='$HOME/.bin/simple_ffprobe_script'
alias updateall='sudo dnf upgrade --refresh && flatpak update'