diff options
| author | Seth Flynn <[email protected]> | 2021-11-16 02:16:55 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2021-11-16 19:41:40 -0500 |
| commit | 5c534ee6812e7ece6cf944bb38387543d87e7407 (patch) | |
| tree | 2abd74a0817080093877bcfd7b1c18809f2a9fd3 | |
| parent | 94fb4489afcf8bfb7607ceb711d3bb29fb64cdda (diff) | |
update stuff
| -rwxr-xr-x | bin/.local/bin/gamemount | 2 | ||||
| -rwxr-xr-x | bin/.local/bin/mirrorupdate | 3 | ||||
| -rwxr-xr-x | bin/.local/bin/pup | 3 | ||||
| m--------- | zsh/.local/share/zsh/fast-syntax-highlighting | 0 |
4 files changed, 4 insertions, 4 deletions
diff --git a/bin/.local/bin/gamemount b/bin/.local/bin/gamemount index 4a45539..98df1e2 100755 --- a/bin/.local/bin/gamemount +++ b/bin/.local/bin/gamemount @@ -1,3 +1,3 @@ #!/bin/sh -sudo mount -o "uid=1000,gid=1000,rw,user,exec,umask=000 0 0" /dev/sdc2 /mnt +doas mount -o "uid=1000,gid=1000,rw,user,exec,umask=000 0 0" /dev/sdc2 /mnt diff --git a/bin/.local/bin/mirrorupdate b/bin/.local/bin/mirrorupdate new file mode 100755 index 0000000..1ddafdb --- /dev/null +++ b/bin/.local/bin/mirrorupdate @@ -0,0 +1,3 @@ +#!/bin/sh + +doas reflector --country US --protocol https --latest 20 --sort rate -n 5 --save /etc/pacman.d/mirrorlist diff --git a/bin/.local/bin/pup b/bin/.local/bin/pup deleted file mode 100755 index b1a2e50..0000000 --- a/bin/.local/bin/pup +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -sudo pacman -Syu && paru -Sau diff --git a/zsh/.local/share/zsh/fast-syntax-highlighting b/zsh/.local/share/zsh/fast-syntax-highlighting -Subproject 9a5a4a5199e7e480009e10433d0d8c5be91f31d +Subproject 585c089968caa1c904cbe926ff04a1be9e3d8f4 |
