20241115
This commit is contained in:
parent
d95e42494e
commit
7aee7348cf
10 changed files with 114 additions and 59 deletions
|
@ -125,57 +125,15 @@ alias s_ledger="cd ~/PKM/ledger/ && git commit -am \"\$(date +%Y%m%d)\" && git p
|
|||
## screenshots
|
||||
alias scrn="screenshot.sh"
|
||||
|
||||
# Preferred editor for local and remote sessions
|
||||
export EDITOR='nvim'
|
||||
|
||||
# bindkeys
|
||||
## autosuggest
|
||||
bindkey "^]" autosuggest-accept
|
||||
|
||||
# envs
|
||||
export DISABLE_AUTO_TITLE='true'
|
||||
## fzf dracula theme
|
||||
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
|
||||
--color=dark
|
||||
--color=fg:-1,bg:-1,hl:#5fff87,fg+:-1,bg+:-1,hl+:#ffaf5f
|
||||
--color=info:#af87ff,prompt:#5fff87,pointer:#ff87d7,marker:#ff87d7,spinner:#ff87d7'
|
||||
|
||||
# paths
|
||||
## rust
|
||||
if [[ -e "$HOME/.cargo/env" ]]; then
|
||||
source $HOME/.cargo/env
|
||||
fi
|
||||
## all from local/bin
|
||||
export PATH=$PATH:$HOME/.local/bin
|
||||
## pdtm
|
||||
export PATH=$PATH:$HOME/.pdtm/go/bin
|
||||
## doom emacs
|
||||
export PATH=$PATH:$HOME/.config/emacs/bin
|
||||
## golang
|
||||
export GOPATH=$HOME/go # don't forget to change your path correctly!
|
||||
export PATH=$PATH:$GOPATH/bin
|
||||
export PATH=$PATH:/usr/local/go/bin
|
||||
## cargo
|
||||
export PATH=$PATH:$HOME/.cargo/bin
|
||||
## color
|
||||
export TERM=tmux-256color
|
||||
## default gui browser
|
||||
# export BROWSER="firefox"
|
||||
## hledger
|
||||
# export LEDGER_FILE=~/PKM/ledger/2024.journal
|
||||
|
||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||
export VOLTA_HOME="$HOME/.volta"
|
||||
export PATH="$VOLTA_HOME/bin:$PATH"
|
||||
|
||||
export DENO_INSTALL="$HOME/.deno"
|
||||
export PATH="$DENO_INSTALL/bin:$PATH"
|
||||
|
||||
export CUSTOM_SCRIPTS="$HOME/scripts"
|
||||
export PATH="$CUSTOM_SCRIPTS/bin:$PATH"
|
||||
|
||||
GPG_TTY=$(tty)
|
||||
export GPG_TTY
|
||||
|
||||
source $HOME/.zshrc-additional
|
||||
source $HOME/.zshrc-secrets
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue