Yep
This commit is contained in:
@@ -11,6 +11,7 @@ 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 -"
|
||||
@@ -18,4 +19,8 @@ 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"
|
||||
|
||||
@@ -4,7 +4,7 @@ function whoseturn
|
||||
set days_passed (math floor\((math $current_date - $start_date) / 86400\))
|
||||
|
||||
if test (math $days_passed % 2) -eq 0
|
||||
echo "Alex's turn"
|
||||
echo "Darling's turn"
|
||||
else
|
||||
echo "My turn"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user