feat: latest update june 2024

This commit is contained in:
ineanto 2024-06-24 23:35:37 +02:00
parent f72ba5ca9d
commit f26435d640
Signed by: ineanto
GPG key ID: E511F9CAA2F9CE84
4 changed files with 39 additions and 58 deletions

View file

@ -14,19 +14,21 @@ unsetopt beep
bindkey -e
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '/home/aro/.zshrc'
zstyle :compinstall filename '~/.zshrc'
# Bind shift keys
bindkey "^[[1;2C" forward-word
bindkey "^[[1;2D" backward-word
autoload -Uz compinit
compinit
# End of lines added by compinstall
source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme
path+=('/home/aro/.local/bin')
path+=('~/.local/bin')
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
# (20/10/22, Aro) Export DBUS_SESSION_BUS_ADDRESS for Napster.
export $(dbus-launch)
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"