mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Merge pull request #241 from genebean/fix_functions
Fix syntax of fuctions
This commit is contained in:
commit
4aa428c3c6
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