aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/zsh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-04-17 15:09:09 -0500
committerToby Vincent <tobyv13@gmail.com>2021-04-17 15:09:09 -0500
commit612e68766fb3a64953e6140e8f64a1b21ff6a55d (patch)
tree2f78a5bc5944b246e390e033c3199d3dbd3cf0e6 /zsh
parentc0b1788ce34bad010d28013493e4f62cd02afb54 (diff)
feat: removed old alias
Diffstat (limited to 'zsh')
-rw-r--r--zsh/wsl.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/wsl.zsh b/zsh/wsl.zsh
index abccb29..fedbda9 100644
--- a/zsh/wsl.zsh
+++ b/zsh/wsl.zsh
@@ -1,9 +1,9 @@
path=( $path $HOME/.local/bin $HOME/.dotnet/tools )
hash -d w=/mnt/c/Users/$USER
+
alias cb=clip.exe
alias wsl=wsl.exe
alias ykman="/mnt/c/Program\ Files/Yubico/YubiKey\ Manager/ykman.exe"
-alias gpg-agent-relay=$ZSH_BASE/ssh/gpg-agent-relay.sh
function wt() { powershell.exe -NoProfile -c "wt $@" }