diff --git a/.bashrc_garuda b/.bashrc_garuda index c341d6f..b4d9cae 100644 --- a/.bashrc_garuda +++ b/.bashrc_garuda @@ -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"