Fixed backup scripts

This commit is contained in:
Tyler Mayoff 2025-04-04 20:41:15 -04:00
parent ce404c763c
commit 1e2a69e2d0
4 changed files with 29 additions and 22 deletions

View file

@ -17,7 +17,7 @@ in {
# fish_add_path /opt/homebrew/bin
# fish_add_path /opt/homebrew/opt/llvm@18/bin
if test -e $HOME/.config/fish/variables-$(hostname)fish
if test -e $HOME/.config/fish/variables-$(hostname).fish
source $HOME/.config/fish/variables-$(hostname).fish
end
bind \cz 'fg 2>/dev/null; commandline -f repaint'