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,8 +51,9 @@ if status is-interactive
source $HOME/.config/fish/configs/default_config.fish source $HOME/.config/fish/configs/default_config.fish
end end
end end
if test -x /usr/bin/fastfetch
fastfetch fastfetch
end
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 -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 # set -Ux PYENV_ROOT $HOME/.pyenv

View File

@@ -1,10 +1,10 @@
# #
# ~/.config/fish/configs/fedora_config.fish # ~/.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' alias updateall='sudo dnf upgrade --refresh && flatpak update'
if test -e $HOME/.cargo/bin/eza if test -e $HOME/.cargo/bin/eza
set -gx PATH $HOME/.cargo/bin $PATH $PATH set -gx PATH $HOME/.cargo/bin $PATH $PATH
end end