summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
new file mode 100644
index 0000000..b18ed3b
--- /dev/null
+++ b/.zshrc
@@ -0,0 +1,6 @@
+alias ls="ls --color=auto"
+alias la="ls --color=auto -lAh"
+alias gpa="git remote | xargs -L1 git push --all"
+alias gfa="git remote | xargs -L1 git fetch"
+
+export PATH="$PATH:$HOME/go/bin"