From d4393be37ac6618cb676b7d30db1fa11826eb9ce Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 3 Nov 2020 20:32:07 +0100 Subject: Add alias open='nohup xdg-open' --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 8f33ae2..a774aaf 100644 --- a/.bashrc +++ b/.bashrc @@ -13,6 +13,7 @@ alias dot='/usr/bin/git --git-dir=$HOME/dotfiles.git/ --work-tree=$HOME' alias commit='git commit' alias gitstat='git status' alias ip='ip --color=auto' +alias open='nohup xdg-open' PATH=$PATH:~/bin -- cgit v1.2.3-70-g09d2