chore: Update

This commit is contained in:
Pratik Tripathy
2024-11-20 16:42:32 +05:30
parent 6085a0cffc
commit b382c7b218
10 changed files with 60 additions and 49 deletions

View File

@@ -189,3 +189,4 @@ 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"