Configure ledger
This commit is contained in:
parent
cfdbef7f7e
commit
a04d59c0ed
@ -252,6 +252,9 @@ if [ -n "$ZSH_VERSION" ]; then
|
|||||||
bindkey "^[OB" down-line-or-beginning-search # Down over SSH connection
|
bindkey "^[OB" down-line-or-beginning-search # Down over SSH connection
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# hledger
|
||||||
|
export LEDGER_FILE="$HOME/Documents/finances/finances.journal"
|
||||||
|
|
||||||
# Various tools think they need to live here too. I shall appease them..
|
# Various tools think they need to live here too. I shall appease them..
|
||||||
export SDKMAN_DIR="$HOME/.sdkman"
|
export SDKMAN_DIR="$HOME/.sdkman"
|
||||||
[[ -s "$SDKMAN_DIR/bin/sdkman-init.sh" ]] && source "$SDKMAN_DIR/bin/sdkman-init.sh"
|
[[ -s "$SDKMAN_DIR/bin/sdkman-init.sh" ]] && source "$SDKMAN_DIR/bin/sdkman-init.sh"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user