sync with live configs
This commit is contained in:
parent
7e2d9ee69d
commit
2b7abf3700
9 changed files with 368 additions and 339 deletions
20
dot_zshrc
20
dot_zshrc
|
|
@ -31,7 +31,7 @@ ZSH_THEME="powerlevel10k/powerlevel10k"
|
|||
# DISABLE_AUTO_TITLE="true"
|
||||
|
||||
# Uncomment the following line to enable command auto-correction.
|
||||
# ENABLE_CORRECTION="true"
|
||||
#ENABLE_CORRECTION="true"
|
||||
|
||||
# Uncomment the following line to display red dots whilst waiting for completion.
|
||||
COMPLETION_WAITING_DOTS="true"
|
||||
|
|
@ -88,7 +88,7 @@ show_virtual_env() {
|
|||
|
||||
unsetopt histverify
|
||||
alias rtask="task rc:/home/kellya/.taskrc_tinslin"
|
||||
alias icat="kitty +kitten icat"
|
||||
alias icat="timg"
|
||||
alias d="kitty +kitten diff"
|
||||
#eval "$(ntfy shell-integration)"
|
||||
#source /usr/share/gems/gems/tmuxinator-0.6.11/completion/tmuxinator.zsh
|
||||
|
|
@ -101,10 +101,10 @@ source /usr/bin/virtualenvwrapper.sh
|
|||
|
||||
#Aliases
|
||||
alias dum='du -sh *|egrep ".*\.?[0-9]M"'
|
||||
alias shrug='curl shrug.io|xclip'
|
||||
alias shrug='curl shrug.io|wl-copy'
|
||||
alias weather='curl wttr.in'
|
||||
alias ipython='ipython --no-confirm-exit'
|
||||
|
||||
alias nano='vi'
|
||||
#Variable Exports
|
||||
export EDITOR='nvim'
|
||||
export PATH="$PATH:/home/kellya/go/bin"
|
||||
|
|
@ -201,3 +201,15 @@ source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh
|
|||
# bun
|
||||
export BUN_INSTALL="$HOME/.local/share/reflex/bun"
|
||||
export PATH="$BUN_INSTALL/bin:$PATH"
|
||||
export TASK_SRC="cli"
|
||||
export CORRECT_IGNORE=".*"
|
||||
|
||||
# pnpm
|
||||
export PNPM_HOME="/home/kellya/.local/share/pnpm"
|
||||
case ":$PATH:" in
|
||||
*":$PNPM_HOME:"*) ;;
|
||||
*) export PATH="$PNPM_HOME:$PATH" ;;
|
||||
esac
|
||||
# pnpm end
|
||||
LOGSEQ_GRAPH_OPT="--graph notes"
|
||||
alias logseq="~/.local/bin/logseq $LOGSEQ_GRAPH_OPT"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue