diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2024-01-13 21:16:45 -0600 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2024-01-13 21:16:45 -0600 |
commit | e990aa2771f4225d8a66c473f08fc34db7fcb9f7 (patch) | |
tree | b5eeb90ea54aadb1a4d632a97c1542b09248c62e /zsh/zscripts/hosts/aliasrc.librex60.zsh | |
parent | 7af80137e65daf4a83d4a72fb75f206bdbfb150f (diff) | |
download | dotconfig-e990aa2771f4225d8a66c473f08fc34db7fcb9f7.tar.xz dotconfig-e990aa2771f4225d8a66c473f08fc34db7fcb9f7.zip |
new libreX60 hostname and new commands since switched distro
Diffstat (limited to 'zsh/zscripts/hosts/aliasrc.librex60.zsh')
-rwxr-xr-x | zsh/zscripts/hosts/aliasrc.librex60.zsh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/zsh/zscripts/hosts/aliasrc.librex60.zsh b/zsh/zscripts/hosts/aliasrc.librex60.zsh deleted file mode 100755 index 87f7e08..0000000 --- a/zsh/zscripts/hosts/aliasrc.librex60.zsh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -# Package Management -alias \ - p="sudo pacman" \ - pq="sudo pacman -Ss" \ - |