diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-08 01:33:46 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-08 01:33:46 -0200 |
commit | 154c7e7ec89742d7eb75b07167cccd674c03db2f (patch) | |
tree | 0f6430c2bf13697ccb4910c3f51b85b5c6f8389b | |
parent | 8b970d5990aaea3543ba70350d27daa5a8c5ca22 (diff) | |
download | dotfiles-154c7e7ec89742d7eb75b07167cccd674c03db2f.tar.gz dotfiles-154c7e7ec89742d7eb75b07167cccd674c03db2f.tar.bz2 |
Commenting out agents again
-rw-r--r-- | modules/profile/profile.dot.link | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/profile/profile.dot.link b/modules/profile/profile.dot.link index ce2dd52..3b71de0 100644 --- a/modules/profile/profile.dot.link +++ b/modules/profile/profile.dot.link @@ -31,14 +31,14 @@ mkdir -p $TMP eval "`dircolors -b ~/.dircolorsrc`" # SSH Agent -if [ -e "$HOME/apps/scripts/ssh-agent-eval" ]; then - $HOME/apps/scripts/ssh-agent-eval -fi +#if [ -e "$HOME/apps/scripts/ssh-agent-eval" ]; then +# $HOME/apps/scripts/ssh-agent-eval +#fi # GPG Agent -if [ -e "$HOME/apps/scripts/gpg-agent-eval" ]; then - $HOME/apps/scripts/gpg-agent-eval -fi +#if [ -e "$HOME/apps/scripts/gpg-agent-eval" ]; then +# $HOME/apps/scripts/gpg-agent-eval +#fi # Remove lost found folder if empty if [ -d "$HOME/lost+found" ]; then |