diff options
author | Karel Kočí <cynerd@email.cz> | 2016-09-19 07:03:07 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2016-09-19 07:03:07 +0200 |
commit | 002a7542ceaa825fe14f6701f02b69ce7f9e8ef9 (patch) | |
tree | f972df70df2d832c437d6ff0e47c144e9576f5ef /shellrc | |
parent | 97583f047ff5901684400483cb00d66d1aaad26d (diff) | |
download | myconfigs-002a7542ceaa825fe14f6701f02b69ce7f9e8ef9.tar.gz myconfigs-002a7542ceaa825fe14f6701f02b69ce7f9e8ef9.tar.bz2 myconfigs-002a7542ceaa825fe14f6701f02b69ce7f9e8ef9.zip |
Fix bash rc and remove quick mail sync
Diffstat (limited to 'shellrc')
-rw-r--r-- | shellrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ export PATH=~/.local/bin:$PATH:$(ruby -e "print Gem.user_dir")/bin export EDITOR=vim # Continue only if this is interactive shell -[[ -o interactive ]] || return +[[ $- != *i* ]] && return alias ls='ls --color=auto' alias ll='ls -l' |