diff options
author | eug-vs <eugene@eug-vs.xyz> | 2022-03-25 00:22:46 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2022-03-25 00:23:09 +0300 |
commit | 50fcc79968701c0ec167c9f37af498699358a7f8 (patch) | |
tree | 57ae386d9d1252f55eeb8ede2bf1edf9e658a31a /zsh | |
parent | c682b6c079972c9b34cadd95951fdf336584c5fd (diff) | |
download | dotfiles-50fcc79968701c0ec167c9f37af498699358a7f8.tar.gz |
feat(zsh): add hledger aliases
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 |