Skip to content

Commit

Permalink
remove unused alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Pustelto committed Oct 14, 2024
1 parent c44bc27 commit 71d60f2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions shell/.aliases
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ alias glg="git log --color --pretty=format:' %C(yellow)%h%Creset %s %C(bold gree
alias glgg="git log --graph --color --pretty=format:' %C(yellow)%h%Creset %s %C(bold green)<%an>%Creset %C(blue dim)%cD%Creset'"
alias gcwip="git add -A && git commit -m WIP --no-verify"


# github issues alias
alias myghi="ghi list --mine"

# Docker aliases
alias dcpl="docker compose pull"
alias dcd="docker compose down"
Expand Down

0 comments on commit 71d60f2

Please sign in to comment.