Skip to content

Commit

Permalink
win_dotfiles: Add w alias
Browse files Browse the repository at this point in the history
`w` = `cd ~/initPC/Windows_1X/`
  • Loading branch information
jan-revay committed Dec 27, 2024
1 parent 17e0e6e commit 40f4452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Windows_1X/win_dotfiles/Profile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 .. }
Expand Down

0 comments on commit 40f4452

Please sign in to comment.