aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zsh/.zshenv1
-rw-r--r--zsh/.zshrc1
2 files changed, 2 insertions, 0 deletions
diff --git a/zsh/.zshenv b/zsh/.zshenv
index 9aae98d..b5c6aa2 100644
--- a/zsh/.zshenv
+++ b/zsh/.zshenv
@@ -4,3 +4,4 @@ export PATH=$PATH:~/.local/bin
export DOCKER_BUILDKIT=1
export COMPOSE_DOCKER_CLI_BUILD=1
export GPG_TTY=$(tty)
+export LEDGER_FILE=~/.hledger/journal.txt
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 1335cc9..380d483 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -28,6 +28,7 @@ alias vf=vifm
alias g=git
alias t=task
alias tw=timew
+alias h=hledger
alias s="sudo systemctl"
alias k=kubectl
alias py=python