diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-01-16 10:38:06 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-01-16 10:38:06 +0100 |
| commit | 8b1e2369595fb5f06ff84d29135fae96631fc5a5 (patch) | |
| tree | bb3c65bbf775b5db83ed9c2f80b89c1a1ee79a6d /shenanigans.sh | |
| parent | 9a230517f63f86dc35c0b9e5a449faed24c7ef54 (diff) | |
| download | dotfiles-8b1e2369595fb5f06ff84d29135fae96631fc5a5.tar.gz | |
Added Turtle function to shenanigans
Diffstat (limited to 'shenanigans.sh')
| -rwxr-xr-x | shenanigans.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shenanigans.sh b/shenanigans.sh index 5304af1..40b77ce 100755 --- a/shenanigans.sh +++ b/shenanigans.sh | |||
| @@ -69,6 +69,11 @@ if [[ $- =~ .i. ]]; then bind '"\C-h": "\C-a hstr -- \C-j"'; fi | |||
| 69 | 69 | ||
| 70 | # Useful function. Much wow! | 70 | # Useful function. Much wow! |
| 71 | 71 | ||
| 72 | turtle() { | ||
| 73 | cd ~/Games/Turtle | ||
| 74 | ./start.sh | ||
| 75 | } | ||
| 76 | |||
| 72 | backup() { | 77 | backup() { |
| 73 | VHOME=/home/$USER/Vault | 78 | VHOME=/home/$USER/Vault |
| 74 | ME=$(whoami)@$(hostname) | 79 | ME=$(whoami)@$(hostname) |
