Added ledger to workflow created a top and bottom bar

This commit is contained in:
TuDatTr
2018-03-05 13:40:11 +01:00
parent fd846f4b24
commit e6575b94c2
11 changed files with 76 additions and 72 deletions

View File

@@ -3,3 +3,4 @@ snippets:~/.emacs.d/snippets
dotfiles:~/.dotfiles
PyrSniff:~/workspace/Python/PyrSniff
Uni:~/Nextcloud/Uni/Studium
Studium:~/Nextcloud/Uni/Studium

View File

@@ -37,7 +37,8 @@ alias -s cpp=e
alias org="e ~/Nextcloud/orgs/man.org"
alias neofetch="neofetch --block_range 0 16"
alias diff="diff -s"
alias ebudget="e ~/Nextcloud/orgs/Budget/MyBudget.ledger"
alias budget="ledger -f ~/Nextcloud/orgs/Budget/MyBudget.ledger"
source $ZSH/oh-my-zsh.sh
# Variables
@@ -45,3 +46,4 @@ export TERM="xterm-256color" # in case you are using urxvt, to bypass an error d
export GPG_TTY=$(tty)
export LC_ALL=en_GB.UTF-8
PATH=$PATH:~/.local/bin