9 lines
291 B
Bash
9 lines
291 B
Bash
export \
|
|
FJ="git@git.tavo.one:tavo" \
|
|
GL="git@gitlab.com:tavo-wasd" \
|
|
GH="git@github.com:tavo-wasd-gh" \
|
|
DRIVE="ssh://drive:/home/drive/drive" \
|
|
BOOKMARKS="$HOME/Documents/bookmarks" \
|
|
BIB="$HOME/Documents/bibliography" \
|
|
DATE=$(date -I) \
|
|
WEEK=$(date '+%U')
|