summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2021-11-01 13:18:25 -0400
committerSeth Flynn <[email protected]>2021-11-01 13:18:25 -0400
commit2eb839dcdd509e2dbc584ebd57a4d7dd880b8eee (patch)
tree816b51f7255ca14751b99576bd33a88d54606060 /bin
parent72af52eaaa11f93f1f765b0847932d2565709a53 (diff)
add fish shell config
Diffstat (limited to 'bin')
-rwxr-xr-xbin/.local/bin/gamemount3
-rwxr-xr-xbin/.local/bin/prm3
2 files changed, 3 insertions, 3 deletions
diff --git a/bin/.local/bin/gamemount b/bin/.local/bin/gamemount
new file mode 100755
index 0000000..4a45539
--- /dev/null
+++ b/bin/.local/bin/gamemount
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+sudo mount -o "uid=1000,gid=1000,rw,user,exec,umask=000 0 0" /dev/sdc2 /mnt
diff --git a/bin/.local/bin/prm b/bin/.local/bin/prm
deleted file mode 100755
index 5fb23d7..0000000
--- a/bin/.local/bin/prm
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-sudo pacman -Rns $(pacman -Qtdq)