diff options
Diffstat (limited to 'shenanigans.sh')
| -rwxr-xr-x | shenanigans.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/shenanigans.sh b/shenanigans.sh index 696b618..2bf22c3 100755 --- a/shenanigans.sh +++ b/shenanigans.sh | |||
| @@ -71,6 +71,16 @@ if [[ $- =~ .i. ]]; then bind '"\C-h": "\C-a hstr -- \C-j"'; fi | |||
| 71 | 71 | ||
| 72 | # Useful function. Much wow! | 72 | # Useful function. Much wow! |
| 73 | 73 | ||
| 74 | poe() { | ||
| 75 | cd ~/.wine/drive_c/Program\ Files\ \(x86\)/Grinding\ Gear\ Games/Path\ of\ Exile/ | ||
| 76 | DXVK_FRAME_RATE=240 DXVK_HUD=0 wine Client.exe | ||
| 77 | } | ||
| 78 | |||
| 79 | wow() { | ||
| 80 | cd ~/Games/turtlewow/ | ||
| 81 | ./start.sh | ||
| 82 | } | ||
| 83 | |||
| 74 | backup() { | 84 | backup() { |
| 75 | CWD=$(pwd) | 85 | CWD=$(pwd) |
| 76 | VHOME=/home/$USER/Vault | 86 | VHOME=/home/$USER/Vault |
