Skip to content

Commit

Permalink
Add aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
RustyTake-Off committed Aug 20, 2024
1 parent d3019bd commit 298e1ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wslfiles/.dots/scripts/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ alias psmem="ps auxf | sort -nr -k 4"
alias apti="sudo apt install"
alias sup="sudo apt update"
alias supup="sudo apt update && sudo apt upgrade -y"
alias brin="brew install"
alias brun="brew uninstall"
alias brif="brew info"
alias brli="brew list"
alias brup="brew upgrade"

alias acoms="compgen -a | nl" # Print all aliases
Expand Down

0 comments on commit 298e1ae

Please sign in to comment.