alqages/packages/amadaluzian-zsh/config/.zshrc

18 lines
537 B
Bash
Raw Normal View History

source "@zsh-deferPath@"
2025-04-02 20:37:22 +01:00
eval "$(@starshipPath@ init zsh)"
2025-04-02 21:06:44 +01:00
eval "$(@zoxidePath@ init zsh --cmd j)"
2025-04-02 20:37:22 +01:00
zsh-defer source "@fzf-tabPath@"
2025-04-02 20:37:22 +01:00
zsh-defer source "@zsh-syntax-highlightingPath@"
zsh-defer source "@zsh-autosuggestionsPath@"
zstyle ':fzf-tab:*' fzf-command "@fzfPath@"
eza="@ezaPath@"
eza_options="--octal-permissions --group-directories-first --icons=never --colour=always"
alias ls="$eza -a $eza_options"
alias ll="$eza -la $eza_options"
alias tree="$eza -lT $eza_options"
alias switchbuild="nixos-rebuild switch --flake .#$HOST"