summaryrefslogtreecommitdiff
path: root/zsh/aliasrc.librex60
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2021-10-18 21:10:24 -0500
committerTimmy Keller <tjk@tjkeller.xyz>2021-10-18 21:10:24 -0500
commit2aadb20a0d5a0fa8e9e3cf93d98c239602f6f5b1 (patch)
treec7309f9c3cbdc92aa300f2041f8a486f04e87a86 /zsh/aliasrc.librex60
parenta98fec2e788344e78353ef6bc9584ce7790538c9 (diff)
downloaddotconfig-2aadb20a0d5a0fa8e9e3cf93d98c239602f6f5b1.tar.xz
dotconfig-2aadb20a0d5a0fa8e9e3cf93d98c239602f6f5b1.zip
add librex60 and change a few things:
Diffstat (limited to 'zsh/aliasrc.librex60')
-rwxr-xr-xzsh/aliasrc.librex6012
1 files changed, 12 insertions, 0 deletions
diff --git a/zsh/aliasrc.librex60 b/zsh/aliasrc.librex60
new file mode 100755
index 0000000..278d82f
--- /dev/null
+++ b/zsh/aliasrc.librex60
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+## Normal Aliases ##
+# Replacement programs
+alias \
+ ls="ls -a --color --group-directories-first -h" \
+
+# Package Management
+alias \
+ p="sudo pacman" \
+ pq="sudo pacman -Ss" \
+