refactor: standardize shell aliases and remove Bitwarden login helpers

Remove the custom `bw_login` function/alias from Nushell, bash, and PowerShell configurations as it's no longer needed. Expand PowerShell profile with comprehensive git aliases matching bash conventions, add clipboard navigation helper (`cdp`), and enable chezmoi completions.
This commit is contained in:
Ryan Walters
2025-10-27 02:06:46 -05:00
parent 48d40b2872
commit 4095b2d242
3 changed files with 46 additions and 15 deletions

View File

@@ -33,7 +33,6 @@ alias suggest='gh copilot suggest -t shell'
alias spt='spotify_player'
alias gitalias='alias | grep "git "'
alias mousefix='sudo udevadm trigger' # helped with mouse issues on laptop
alias bw_login='export BW_SESSION=$(bw unlock --raw)'
# Clipboard aliases
{{ if not .wsl -}}