git.fiddlerwoaroof.com
Browse code

moved open() shell function to .localzshrc on Linux systems

Ed L authored on 15/07/2014 01:11:21
Showing 1 changed files
... ...
@@ -437,9 +437,6 @@ getshelljobtrees() {
437 437
    pstree `pgrep '^login$'`
438 438
 }
439 439
 
440
-open() {
441
-   xdg-open "$*" &>/dev/null &
442
-}
443 440
 
444 441
 psgrep() {
445 442
    ps auxw | grep --color=yes $* | grep -v grep --color=no