autoenv is now useless, because of desk
authorpatrick nsukami <ndkpatt@gmail.com>
Mon, 16 Nov 2015 21:57:45 +0000 (21:57 +0000)
committerpatrick nsukami <ndkpatt@gmail.com>
Mon, 16 Nov 2015 21:57:45 +0000 (21:57 +0000)
.bashrc

diff --git a/.bashrc b/.bashrc
index 637d3e5..57ad4e2 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -2,7 +2,7 @@
 
 # python setup.py --command-packages=stdeb.command sdist_dsc
 
-# todo: automatically set the dns server on boot
+# TODO: automatically set the dns server on boot
 # dns servers 80.67.169.12 || 2001:910:800::12
 
 # unicode characters https://en.wikipedia.org/wiki/List_of_Unicode_characters
@@ -176,8 +176,8 @@ eval `gpg-agent --daemon`
 # $ touch project/.env
 # $ echo "echo 'woah'" > project/.env
 # $ cd project
-# woah
-[[ -f ~/.autoenv/activate.sh ]] && . ~/.autoenv/activate.sh
+# with desk, this is now useless
+[[ -f ~/.autoenv/activate.sh ]] && . ~/.autoenv/activate.sh
 
 # print available tmux sessions if available
 tmux list-sessions 2> /dev/null