diff options
author | xengineering <mail2xengineering@protonmail.com> | 2020-11-05 09:30:15 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2020-11-05 09:30:15 +0100 |
commit | 57a0c2674d4e7044a0d8f8325d0c9583f632e1c6 (patch) | |
tree | 65e508180940cc967f2520c747d6986de02c777f | |
parent | f51f55231768b33f96e8bf1e6ad7a63278100a36 (diff) | |
download | dotfiles-57a0c2674d4e7044a0d8f8325d0c9583f632e1c6.tar dotfiles-57a0c2674d4e7044a0d8f8325d0c9583f632e1c6.tar.zst dotfiles-57a0c2674d4e7044a0d8f8325d0c9583f632e1c6.zip |
Remove 'open' alias because of new open Script
-rw-r--r-- | .bashrc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |