diff options
| author | Alex Scerba <alex@scerba.org> | 2024-11-03 10:46:08 -0500 |
|---|---|---|
| committer | Alex Scerba <alex@scerba.org> | 2024-11-03 10:46:08 -0500 |
| commit | 37968179abf665af1e9366aa15486600c118389f (patch) | |
| tree | bcc566a73b03540773e3b8853048f73e2a728b6a | |
| parent | e2fe2f27d4a0b96643cd706ac81b1f14dae1830c (diff) | |
| -rw-r--r-- | .zshrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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" |
