Skip to content

Commit

Permalink
remove unused aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
Pustelto committed May 21, 2024
1 parent 8273806 commit 1109390
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions shell/.aliases
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ alias -g .....='../../../..'
alias -g ......='../../../../..'

# My personal aliases
alias nodeclr="rm -rf ./node_modules && yarn"
alias rmnm="rm -rf ./node_modules"
alias tmux="tmux -2"
alias ll="ls -lhFG"
Expand All @@ -28,8 +27,6 @@ alias xt="x"
alias backup="~/Dotfiles/setup_scripts/npm_backup.sh && ~/Dotfiles/setup_scripts/brew_backup.sh && ~/Dotfiles/setup_scripts/code_backup.sh && ~/Dotfiles/setup_scripts/cargo_backup.sh"
alias npmu="npx npm-check -u"
alias npmug="npx npm-check -gu"
alias npmi="rm -rf node_modules && npm i"
alias npms="npm start"

# my git aliases
alias gpfl="git push --force-with-lease"
Expand All @@ -44,6 +41,7 @@ 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"

Expand Down

0 comments on commit 1109390

Please sign in to comment.