diff options
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshenv | 1 | ||||
-rw-r--r-- | zsh/.zshrc | 1 |
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 @@ -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 |