From 40f44529f2efa91724b627782c43a11041b0abde Mon Sep 17 00:00:00 2001 From: JohnnyRevay <65253638+jan-revay@users.noreply.github.com> Date: Fri, 27 Dec 2024 20:42:49 +0100 Subject: [PATCH] win_dotfiles: Add `w` alias `w` = `cd ~/initPC/Windows_1X/` --- Windows_1X/win_dotfiles/Profile.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Windows_1X/win_dotfiles/Profile.ps1 b/Windows_1X/win_dotfiles/Profile.ps1 index 6f73a6725..b1da1100f 100644 --- a/Windows_1X/win_dotfiles/Profile.ps1 +++ b/Windows_1X/win_dotfiles/Profile.ps1 @@ -35,7 +35,7 @@ function spo { & git stash pop $args } New-Alias -Name t -Value cat New-Alias -Name v -Value nvim function x {Set-Location ~/x/} # all my development repos go here - +function w {Set-Location ~/initPC/Windows_1X/} # alias cd..='cd ..' - already exists in PowerShell function .. { Set-Location .. }