chore: Remove rust env from .bashrc, move tmux aliases here, redundant

path setting removed from .profile
This commit is contained in:
Pratik Tripathy
2024-12-24 18:46:35 +05:30
parent 1ceab0a908
commit 614e22dd67
3 changed files with 7 additions and 4 deletions

View File

@@ -189,4 +189,3 @@ for alias_file in "$XDG_CONFIG_HOME"/shell/*.sh; do source "$alias_file"; done
# TIP: Following should be executed AFTER the aliases are sourced
command -v op >/dev/null && bind '"^O":"op\n"' # Fuzzyfind projects and open in nvim
command -v pnew >/dev/null && bind '"^[o":"pnew\n"' # Create a new project quickly
. "/home/pratik/.local/share/rust/cargo/env"