Skip to content

Commit

Permalink
Let 'open' be an alias for 'start'
Browse files Browse the repository at this point in the history
  • Loading branch information
lovef committed Mar 10, 2019
1 parent 5b785e2 commit 0539c34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion windows/.bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ alias ps1_without_git='export PS1=$PS1_WITHOUT_GIT'
ps1_without_git
command -v __git_ps1 >/dev/null 2>&1 && ps1_with_git

alias open='start'

function explorer {
explorer.exe $(pathsToWin "$@")
}
alias open='explorer' # Consider using `start`

function code {
code.cmd $(pathsToWin "$@")
Expand Down

0 comments on commit 0539c34

Please sign in to comment.