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

@@ -956,11 +956,6 @@ alias spt = spotify_player
alias mousefix = sudo udevadm trigger
{{ end }}
# Bitwarden login (sets environment variable)
def bw_login [] {
$env.BW_SESSION = (bw unlock --raw)
}
# Clipboard aliases
{{ if eq .chezmoi.os "windows" }}
alias copy = clip.exe