feat: Add polybar
This commit is contained in:
17
.zshrc
17
.zshrc
@@ -103,7 +103,7 @@ export EDITOR=nano
|
||||
export VISUAL=nano
|
||||
|
||||
|
||||
eval "$(oh-my-posh init zsh --config ~/theme.omp.json)"
|
||||
#eval "$(oh-my-posh init zsh --config ~/theme.omp.json)"
|
||||
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||
@@ -133,6 +133,7 @@ alias ls='exa'
|
||||
alias ll='exa --long --group --header --icons --classify'
|
||||
|
||||
eval "$(zoxide init --cmd cd zsh)"
|
||||
eval "$(oh-my-posh init zsh --config ~/theme.omp.json)"
|
||||
export HSD_API_KEY=30e7b7974d99c62b241a9daf3d4924a108515b03
|
||||
|
||||
alias z='zellij'
|
||||
@@ -142,6 +143,18 @@ alias opacity='/home/nathan/scripts/opacity.sh'
|
||||
alias op='/home/nathan/scripts/opacity.sh'
|
||||
alias blur='/home/nathan/scripts/blur.sh'
|
||||
alias music='/home/nathan/scripts/music.sh'
|
||||
alias venv='source /home/nathan/scripts/venv.sh'
|
||||
alias copy='/home/nathan/scripts/copy.sh'
|
||||
alias upload='/home/nathan/scripts/upload.sh'
|
||||
alias ts='/home/nathan/scripts/ts.sh'
|
||||
alias hold='/home/nathan/scripts/hold.sh'
|
||||
alias message='/home/nathan/scripts/message.sh'
|
||||
|
||||
|
||||
unzip() {
|
||||
/usr/bin/unzip -d "${1%.*}" "$1"
|
||||
}
|
||||
|
||||
|
||||
|
||||
. "$HOME/.atuin/bin/env"
|
||||
@@ -151,3 +164,5 @@ eval "$(atuin init zsh --disable-up-arrow)"
|
||||
bindkey '^[[1;5A' atuin-up-search
|
||||
|
||||
fpath+=${ZDOTDIR:-~}/.zsh_functions
|
||||
|
||||
# Tailscale autocomplete
|
||||
|
||||
Reference in New Issue
Block a user