Skip to content

Commit

Permalink
Update .config/sheldon/plugins.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Allianaab2m committed Nov 22, 2024
1 parent 62468e5 commit 79b2ecc
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions dot_config/sheldon/plugins.toml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ inline = '''
setopt auto_cd # dir名だけでcd
'''

[plugins.aqua]
inline = '''
export AQUA_PROGRESS_BAR=true
'''

[plugins.alias]
inline = '''
alias cat="bat"
Expand Down Expand Up @@ -137,11 +132,14 @@ apply = ["defer"]
github = "zsh-users/zsh-syntax-highlighting"
apply = ["defer"]

[plugins.aqua]
inline = 'export PATH=${AQUA_ROOT_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/aquaproj-aqua}/bin:$PATH'

[plugins.starship]
inline = 'eval "$(starship init zsh)"'

[plugins.aqua]
inline = '''
export AQUA_PROGRESS_BAR=true
export PATH=${AQUA_ROOT_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/aquaproj-aqua}/bin:$PATH
'''

[plugins.mise]
inline = 'eval "$(~/.local/bin/mise activate zsh)"'

0 comments on commit 79b2ecc

Please sign in to comment.