fix for yazi

This commit is contained in:
Hannes
2026-02-08 23:34:36 +01:00
parent ac0d48da99
commit 19a4d4d073
5 changed files with 13 additions and 39 deletions

View File

@@ -1,2 +1,2 @@
# Alias for different custom tools
alias ff="simple_ffprobe_script"
# alias ff="simple_ffprobe_script"

View File

@@ -61,9 +61,6 @@ if test -e /usr/bin/ollama
alias llama3='ollama run llama3' # Start the LLama Chat
end
if test -e /usr/bin/sudo-rs
alias sudo='sudo-rs'
end
if test -e /usr/bin/btop
alias tasks='btop'
@@ -193,7 +190,7 @@ if test -e $HOME/.config/sway/config
alias sway_config='nano $HOME/.config/sway/config' # Open the fish Config in Text editor
end
if test -e /usr/bin/yazi
if test -e /usr/bin/yazi -o -e /usr/local/bin/yazi
function y
set tmp (mktemp -t "yazi-cwd.XXXXXX")
yazi $argv --cwd-file="$tmp"

View File

@@ -19,8 +19,6 @@ function updateall
# Run updates
sudo pacman -Syu
yay -Sua --sudoloop
flatpak update
# Get new Discord version (if installed)
if pacman -Q discord >/dev/null 2>&1
@@ -35,6 +33,9 @@ function updateall
echo "Running extra command..."
sh -c "$(curl -sS https://raw.githubusercontent.com/Vendicated/VencordInstaller/main/install.sh)"
end
flatpak update
yay -Sua --sudoloop
end
alias big='expac -H M "%m\t%n" | sort -h | nl' # Sort installed packages according to size in MB (expac must be installed)
@@ -54,4 +55,4 @@ set -x QT_QPA_PLATFORMTHEME qt5ct
set -x XCURSOR_THEME "DJ-FOX-C"
set -x XCURSOR_SIZE 24
alias py311="$HOME/.local/python-3.11.9/bin/python3.11"
alias py311="$HOME/.local/python-3.11.9/bin/python3.11"