start using ledger
This commit is contained in:
parent
33c6a14c22
commit
7a0ccc12e3
3
profile
3
profile
@ -14,6 +14,9 @@ export CARGO_HOME="$HOME/.cargo"
|
|||||||
export RBENV_HOME="$HOME/.rbenv"
|
export RBENV_HOME="$HOME/.rbenv"
|
||||||
export PATH="$HOME/.local/bin:$CABAL_HOME/bin:$RBENV_HOME/shims:$CARGO_HOME/bin:$JAVA_HOME/bin:$PATH"
|
export PATH="$HOME/.local/bin:$CABAL_HOME/bin:$RBENV_HOME/shims:$CARGO_HOME/bin:$JAVA_HOME/bin:$PATH"
|
||||||
|
|
||||||
|
# Ledger settings
|
||||||
|
export LEDGER_FILE="/data/documents/ledger.dat"
|
||||||
|
|
||||||
# For vim
|
# For vim
|
||||||
export EDITOR="vis"
|
export EDITOR="vis"
|
||||||
#stty -ixon # turn of <C-s> for vimshell
|
#stty -ixon # turn of <C-s> for vimshell
|
||||||
|
Loading…
Reference in New Issue
Block a user