diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-08 01:08:51 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-08 01:08:51 -0200 |
commit | 1201d13175d748592aea1293f7161c71911f9c6b (patch) | |
tree | f66dfafbcd9435c1406f08ebc1a80e1787f4e780 /modules/profile/profile.dot.link | |
parent | c436bd9aeb41c703a8130381c63cfa6ce8faf361 (diff) | |
download | dotfiles-1201d13175d748592aea1293f7161c71911f9c6b.tar.gz dotfiles-1201d13175d748592aea1293f7161c71911f9c6b.tar.bz2 |
Commenting out funcoeszz; avoiding bashism; manually setting hostname
Diffstat (limited to 'modules/profile/profile.dot.link')
-rw-r--r-- | modules/profile/profile.dot.link | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/profile/profile.dot.link b/modules/profile/profile.dot.link index 9c2bc47..3b71de0 100644 --- a/modules/profile/profile.dot.link +++ b/modules/profile/profile.dot.link @@ -11,9 +11,9 @@ if [ -e "$HOME/.aliases" ]; then fi # Funcoes ZZ -if [ -e "/usr/bin/funcoeszz" ]; then - . /usr/bin/funcoeszz -fi +#if [ -e "/usr/bin/funcoeszz" ]; then +# . /usr/bin/funcoeszz +#fi # Set PATH PATH=$PATH:/sbin:/usr/sbin:/usr/local/sbin |