From 636040c827cdf8ea0c1f5897e84194971b92b758 Mon Sep 17 00:00:00 2001 From: Jyotirmoy Bandyopadhayaya Date: Tue, 6 Feb 2024 00:31:51 +0530 Subject: [PATCH] Update .bashrc_garuda --- .bashrc_garuda | 7 +++++++ 1 file changed, 7 insertions(+) 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"