mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Fix syntax of fuctions
This commit is contained in:
parent
4c80d4c12c
commit
53a7f767e1
1 changed files with 3 additions and 3 deletions
|
|
@ -27,9 +27,9 @@ Set-PSReadLineKeyHandler -Key Ctrl+u -Function BackwardDeleteLine
|
|||
Set-PSReadlineKeyHandler -Key Ctrl+d -Function DeleteCharOrExit
|
||||
|
||||
# Aliases and functions used to simulate Linux shell aliases
|
||||
Function gsw { & "git switch ${args}" }
|
||||
Function gswc { & "git switch -c ${args}" }
|
||||
Function hubpr { & "hub pull-request --browse --push ${args}" }
|
||||
Function gsw { & "git" switch ${args} }
|
||||
Function gswc { & "git" switch -c ${args} }
|
||||
Function hubpr { & "hub" pull-request --browse --push ${args} }
|
||||
|
||||
|
||||
### SSH autocompletion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue