diff --git a/.profile.d/open.x11.sh b/.profile.d/open.x11.sh new file mode 100644 index 0000000..b0932d1 --- /dev/null +++ b/.profile.d/open.x11.sh @@ -0,0 +1,2 @@ +#!/bin/sh +alias open='xdg-open' diff --git a/open.bat b/open.bat new file mode 100755 index 0000000..e4beb94 --- /dev/null +++ b/open.bat @@ -0,0 +1 @@ +start %* \ No newline at end of file diff --git a/profile.ps1 b/profile.ps1 index ab75cfe..9adebd1 100755 --- a/profile.ps1 +++ b/profile.ps1 @@ -4,6 +4,7 @@ # # PS admin> Set-ExecutionPolicy Unrestricted -Scope CurrentUser +function open { start $args } function vi { vim.exe $args } function view { vim.exe -R $args } function emacs { emacs.exe -nw $args } @@ -16,5 +17,3 @@ function lsdu { return $list } - -& "C:\Program Files\Docker Toolbox\docker-machine.exe" env default | Invoke-Expression \ No newline at end of file