Skip to content

Commit

Permalink
config: Update go alias to use xdg-open instead of gnome-open
Browse files Browse the repository at this point in the history
  • Loading branch information
razvand committed Nov 14, 2019
1 parent e835418 commit 7e878b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/bash/bash_aliases_no_ssh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
alias emacs-org='emacs ~/my/org/*.org'
alias emacsorg='emacs ~/my/org/*.org'
alias go='gnome-open'
alias go='xdg-open'
alias open='xdg-open'
alias grep='grep --color=auto'
alias grpe='grep'
alias gpre='grep'
Expand Down

0 comments on commit 7e878b8

Please sign in to comment.