feat: latest update june 2024
This commit is contained in:
parent
f72ba5ca9d
commit
f26435d640
4 changed files with 39 additions and 58 deletions
10
dot_zshrc
10
dot_zshrc
|
@ -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"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue