Skip to content

Commit

Permalink
Delegate la to exa
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Feb 20, 2023
1 parent 09d05b5 commit 68cea58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .config/.aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ alias git-remote-upsteram="git remote | grep -E '^upstream$'|| git remote | grep
# https://github.com/kyanny/git-delete-merged-branches/pull/6
alias git-delete-merged-branches="git branch --merged | grep -vE '((^\*)|^ *(main|master|develop|development|trunk)$)' | xargs -I % git branch -d %"
alias git-cleanup-branches='git-switch-default && git pull $(git-remote-upsteram) $(git-current-branch) && git fetch $(git-remote-upsteram) --tags --prune && git-delete-merged-branches'

alias la='exa --long --tree'

0 comments on commit 68cea58

Please sign in to comment.