summaryrefslogtreecommitdiff
path: root/jackrandom/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'jackrandom/.zshrc')
-rw-r--r--jackrandom/.zshrc12
1 files changed, 12 insertions, 0 deletions
diff --git a/jackrandom/.zshrc b/jackrandom/.zshrc
new file mode 100644
index 0000000..c77b818
--- /dev/null
+++ b/jackrandom/.zshrc
@@ -0,0 +1,12 @@
+# Created by newuser for 5.0.7
+# '[r]emove [o]rphans' - recursively remove ALL orphaned packages
+alias orphans="/usr/bin/pacman -Qtdq > /dev/null && sudo /usr/bin/pacman -Rns \$(/usr/bin/pacman -Qtdq | sed -e ':a;N;\$!ba;s/\n/ /g')"
+alias updatesystem="yaourt -Syua"
+
+alias dock="xrandr --output DP-3 --auto --output VGA-0 --right-of DP-3 --auto && sh ~/.fehbg"
+alias undock="xrandr --output DP-3 --auto --output VGA-0 --off"
+
+PATH="/home/bernd/scripts/:$PATH"
+
+export EDITOR=nano
+export BROWSER=chromium