Update .bashrc_garuda

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2024-02-06 00:31:51 +05:30 committed by GitHub
parent 10192384d9
commit 636040c827
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -36,6 +36,8 @@ alias untar='tar -zxvf '
alias upd='/usr/bin/update'
alias vdir='vdir --color=auto'
alias wget='wget -c '
alias pftp="python3 -m http.server"
alias pvenv="python -m venv venv && source venv/bin/activate.fish"
# Help people new to Arch
alias apt-get='man pacman'
@ -52,3 +54,8 @@ alias jctl="journalctl -p 3 -xb"
# Recent installed packages
alias rip="expac --timefmt='%Y-%m-%d %T' '%l\t%n %v' | sort | tail -200 | nl"
. "$HOME/.asdf/asdf.sh"
. "$HOME/.asdf/completions/asdf.bash"
source "$HOME/.cargo/env"