diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-05-19 22:13:48 +0200 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-05-19 22:13:48 +0200 |
commit | ed7c12d955d3cacd88dce811d23686b12aef98f4 (patch) | |
tree | a7d8a644bd090550c233b461c1ae91987077295c /bashrc | |
parent | 505f2f534ffc5e34049ae5226f861c99f7e4bb11 (diff) | |
download | dotfiles-ed7c12d955d3cacd88dce811d23686b12aef98f4.tar.gz dotfiles-ed7c12d955d3cacd88dce811d23686b12aef98f4.tar.bz2 dotfiles-ed7c12d955d3cacd88dce811d23686b12aef98f4.zip |
zshrc added
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -114,6 +114,7 @@ if ! shopt -oq posix; then fi shopt -s autocd +shopt -s cdspell export GPGKEY="895134C5" export PATH="$HOME/bin:$HOME/bin/perl6:$PATH" |