set fish_greeting if status is-interactive # Commands to run in interactive sessions can go here end oh-my-posh init fish --config $HOME/.config/ohmyposh/atomic.omp.json | source pokeget $(shuf -i 1-721 -n 1) --hide-name zoxide init fish | source fzf --fish | source alias ll="ls -lh" alias la="ls -lha" alias lc="clear && ll" alias fulltree="tree -I \".git\" -a ." alias burn-orphanage="pacman -Qqtd | sudo pacman -Rsu -" alias cd..="cd .." alias girlboss="sudo" alias anifetch="python3 ~/.anifetch/anifetch.py -f \"~/.anifetch/video.mp4\" --framerate 30 --width 60 --height 60 -c \"--symbols wide --fg-only\"" alias vifish="nvim $HOME/.config/fish/config.fish" alias obs-fix="__NV_DISABLE_EXPLICIT_SYNC=1 flatpak run com.obsproject.Studio"