Skip to content

Commit f250f7d

Browse files
committed
🔨 chore: added vboxmanage alias
1 parent 589dfd2 commit f250f7d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dotposh/Config/posh-aliases.ps1

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,4 +188,7 @@ Add-Alias HKLM: 'Set-Location HKLM:'
188188
Add-Alias HKCU: 'Set-Location HKCU:'
189189

190190
# List NPM Global Packages
191-
Add-Alias npm-list '([string]::join(" ", ((npm ls -g --depth=0) | select -skip 1 | select -skiplast 1 | % { $_.remove(0,4) }))).Replace(" ","`r`n")'
191+
Add-Alias npm-list '([string]::join(" ", ((npm ls -g --depth=0) | select -skip 1 | select -skiplast 1 | % { $_.remove(0,4) }))).Replace(" ","`r`n")'
192+
193+
# Use VBoxManage without adding it to PATH
194+
Add-Alias vboxmanage '&"C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" $args'

0 commit comments

Comments
 (0)