diff options
author | Anthony Wang | 2024-11-24 11:54:16 -0500 |
---|---|---|
committer | Anthony Wang | 2024-11-24 11:54:16 -0500 |
commit | 201bbcc126a96ce2af6983028f3f71ff839ecafe (patch) | |
tree | 14cfbfa3c2655cfada1277faf9a9100709578151 | |
parent | ea6ef23b3a2033290fe2127d758b3017efb11bbb (diff) |
Fix indentation
-rw-r--r-- | fish/functions/backup.fish | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fish/functions/backup.fish b/fish/functions/backup.fish index 01688a2..ec42b1e 100644 --- a/fish/functions/backup.fish +++ b/fish/functions/backup.fish @@ -1,8 +1,8 @@ function backup if not set -q HOSTNAME - set HOSTNAME (hostnamectl hostname) + set HOSTNAME (hostnamectl hostname) end - + cd ~/Documents/Backups/$HOSTNAME cp ~/.local/share/fish/fish_history . cp ~/.mozilla/firefox/*.default-release/places.sqlite . |