From 37968179abf665af1e9366aa15486600c118389f Mon Sep 17 00:00:00 2001 From: Alex Scerba Date: Sun, 3 Nov 2024 10:46:08 -0500 Subject: Add .zshrc --- .zshrc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .zshrc (limited to '.zshrc') 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" -- cgit v1.2.3