mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
chore: Remove rust env from .bashrc, move tmux aliases here, redundant
path setting removed from .profile
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user