-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
894c8d9
commit 0e61fa3
Showing
2 changed files
with
23 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Set-Alias -Name su -Value admin | ||
Set-Alias sudo gsudo | ||
Set-Alias li ls | ||
Set-Alias g git | ||
Set-Alias ip ipconfig | ||
Set-Alias tig 'C:\Program Files\Git\usr\bin\tig.exe' | ||
Set-Alias less 'C:\Program Files\Git\usr\bin\less.exe' | ||
set-Alias anydesk 'C:\Program Files (x86)\AnyDesk\AnyDesk.exe' | ||
set-Alias task 'C:\WINDOWS\system32\Taskmgr.exe' | ||
set-Alias cpl 'D:\apps\Control Panel.lnk' | ||
set-Alias nucommand 'D:\apps\nu_commands.txt' | ||
Set-Alias nuopen nu | ||
set-Alias touch Set-FreshFile | ||
set-Alias ff Find-Files | ||
set-Alias unzip Expand-File | ||
set-Alias mkdir New-Directory | ||
set-Alias root Set-Home | ||
Set-Alias -Name vi -Value Launch-Nvim | ||
Set-Alias -Name vim -Value Launch-Nvim | ||
Set-Alias -Name nvim -Value Launch-Nvim | ||
Set-Alias hosts EditHosts -option AllScope | ||
Set-Alias history EditHistory -option AllScope |