add initial inits and journaling script
This commit is contained in:
commit
5637f587c1
5 changed files with 17 additions and 0 deletions
7
scripts/aliases.sh
Executable file
7
scripts/aliases.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
SCRIPTDIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||
|
||||
# journal
|
||||
JOURNALDIR="${HOME}/docs/journal/"
|
||||
. ${SCRIPTDIR}/note/journal.shf
|
||||
alias j="journal"
|
||||
Loading…
Add table
Add a link
Reference in a new issue