summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2020-11-05 09:30:15 +0100
committerxengineering <mail2xengineering@protonmail.com>2020-11-05 09:30:15 +0100
commit57a0c2674d4e7044a0d8f8325d0c9583f632e1c6 (patch)
tree65e508180940cc967f2520c747d6986de02c777f
parentf51f55231768b33f96e8bf1e6ad7a63278100a36 (diff)
downloaddotfiles-57a0c2674d4e7044a0d8f8325d0c9583f632e1c6.tar
dotfiles-57a0c2674d4e7044a0d8f8325d0c9583f632e1c6.tar.zst
dotfiles-57a0c2674d4e7044a0d8f8325d0c9583f632e1c6.zip
Remove 'open' alias because of new open Script
-rw-r--r--.bashrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index a774aaf..8f33ae2 100644
--- a/.bashrc
+++ b/.bashrc
@@ -13,7 +13,6 @@ 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