summaryrefslogtreecommitdiff
path: root/jackrandom/.zshrc
diff options
context:
space:
mode:
authorJack Random <jack@random.to>2015-04-29 11:33:24 +0200
committerJack Random <jack@random.to>2015-04-29 11:33:24 +0200
commit48da778e106331d7a07f377327d5a6c7221865da (patch)
tree2e3681b8b6523f3485a49b84bdb8a4d851513eab /jackrandom/.zshrc
parent8fc7092afea4f1bfbcf3d30fe9fb08ef1a004c21 (diff)
mmooaar
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