todo.sh
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
# alias backuphome='rsync -vhaz --info=progress2 --exclude='.*/' ~ kristjank@192.168.64.20:~/share-dir/backup-suse'
|
||||
alias docsbup='rsync -hva --info=progress2 ~/Documents/* 192.168.64.20:/mnt/DATA/HOME/kristjank/share-dir/Documents-SYNC/'
|
||||
alias dhclient-nowicked='sudo dhclient -v -sf /bin/true'
|
||||
alias todo.sh='todo.sh -d ~/.todo/todo.cfg'
|
||||
alias ssu='sudo su'
|
||||
alias el='exa -l'
|
||||
alias ta='tmux attach'
|
||||
|
||||
4
dot_todo/todo.cfg
Normal file
4
dot_todo/todo.cfg
Normal file
@@ -0,0 +1,4 @@
|
||||
TODO_DIR='/home/kristjank/Sync/TODO'
|
||||
TODO_FILE="$TODO_DIR/todo.txt"
|
||||
export DONE_FILE="$TODO_DIR/done.txt"
|
||||
export REPORT_FILE="$TODO_DIR/report.txt"
|
||||
Reference in New Issue
Block a user