20240820
This commit is contained in:
parent
f5a78d3b59
commit
020a1bcbf6
1 changed files with 4 additions and 0 deletions
|
@ -95,6 +95,8 @@ setopt HIST_IGNORE_SPACE
|
||||||
alias jrnl=" jrnl"
|
alias jrnl=" jrnl"
|
||||||
## jupyter
|
## jupyter
|
||||||
alias jup="jupyter lab"
|
alias jup="jupyter lab"
|
||||||
|
## hledger
|
||||||
|
alias hledger='hledger -f ~/PKM/ledger/2024.journal'
|
||||||
|
|
||||||
# Preferred editor for local and remote sessions
|
# Preferred editor for local and remote sessions
|
||||||
export EDITOR='nvim'
|
export EDITOR='nvim'
|
||||||
|
@ -132,6 +134,8 @@ export PATH=$PATH:$HOME/.cargo/bin
|
||||||
export TERM=tmux-256color
|
export TERM=tmux-256color
|
||||||
## default gui browser
|
## default gui browser
|
||||||
# export BROWSER="firefox"
|
# export BROWSER="firefox"
|
||||||
|
## hledger
|
||||||
|
# export LEDGER_FILE=~/PKM/ledger/2024.journal
|
||||||
|
|
||||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||||
export VOLTA_HOME="$HOME/.volta"
|
export VOLTA_HOME="$HOME/.volta"
|
||||||
|
|
Loading…
Add table
Reference in a new issue