updated some configs and theming

This commit is contained in:
Tyler Mayoff 2025-07-18 23:06:28 -04:00
parent bd56720268
commit 8a2031c511
9 changed files with 80 additions and 181 deletions

View file

@ -1,7 +1,9 @@
#!/usr/bin/env fish
#!/usr/bin/env bash
if test -e source ~/.config/fish/variables-$(hostname).fish
source ~/.config/fish/variables-$(hostname).fish
hostname=$(hostname)
if test -e source ~/.config/fish/variables-$hostname.fish
source ~/.config/fish/variables-$hostname.fish
else
echo "Failed to find back credentials in fish variables file"
exit 1