mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-15 12:11:40 -06:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user