diff options
author | David Robillard <d@drobilla.net> | 2019-04-24 09:10:25 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-04-24 09:10:25 +0200 |
commit | 3ab3d7d45a59011d4110d640cbe19d36f24eace2 (patch) | |
tree | 217fd464610fdfdacc2f348d778c66dfe161714c /bash | |
parent | cc925a62511dda4ebd934c1423d2eb6d0d3303c6 (diff) | |
download | dotfiles-3ab3d7d45a59011d4110d640cbe19d36f24eace2.tar.gz dotfiles-3ab3d7d45a59011d4110d640cbe19d36f24eace2.tar.bz2 dotfiles-3ab3d7d45a59011d4110d640cbe19d36f24eace2.zip |
Remove colorsvn alias
Diffstat (limited to 'bash')
-rw-r--r-- | bash/.bashrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index e58e26c..7bb7790 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -66,7 +66,6 @@ if [ -f /etc/bash_completion ] && ! shopt -oq posix; then fi # aliases -alias svn='colorsvn' alias open='xdg-open' # environment |