Skip to content

Commit

Permalink
feat(aliases): cargo mommy
Browse files Browse the repository at this point in the history
  • Loading branch information
0x61nas committed Apr 8, 2024
1 parent 5afc176 commit 1f4841c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions home/.config/shell/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ alias e="$EDITOR"
alias r='bat'

# General
alias cargo='cargo mommy'
alias c='cargo'
alias ct='cargo test'
alias m='make'
Expand Down
1 change: 1 addition & 0 deletions home/.config/shell/setup.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PROMPT=ohmyposh
AURHELPER=paru
CARGO_MOMMYS_LITTLE=boy
# Fix cava not showing bars
LC_MESSAGES=en_US.UTF-8
LANGUAGE=en_US
Expand Down

0 comments on commit 1f4841c

Please sign in to comment.