Skip to content

Commit 93624e3

Browse files
committed
aliases
1 parent ca15af3 commit 93624e3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bashrc/aliases.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ alias python="python3"
4444
alias py="python3"
4545
alias pip="pip3"
4646

47+
alias gfp="git fetch --prune"
48+
# cspell:disable-next-line
49+
alias gmain="git checkout main && git pull --prune && git-clean-branches"
50+
4751
# This is a stupid idea. if you want bat, type bat.
4852
# alias cat='bat'
4953

0 commit comments

Comments
 (0)