Testing:
Print function works
This commit is contained in:
Jon-William Lewis
2015-03-18 14:53:05 -05:00
parent 45717e33b5
commit a0ad2e7d48
16 changed files with 389 additions and 398 deletions

View File

@@ -2,12 +2,9 @@
# Section: Configuration
#==============================================================================
if [ -r $HOME/.sns/sns.conf ]; then
source $HOME/.sns/sns.conf
source $HOME/.sns/sns.conf
else
ROOTDIR=$HOME/.sns
BASEDIR=$ROOTDIR/notes
EDITOR=vim
EXT=note
init_default_config
fi
if [ "$ENCRYPTION" == "TRUE" ]; then