mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
updated some configs and theming
This commit is contained in:
parent
bd56720268
commit
8a2031c511
9 changed files with 80 additions and 181 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue