From 209007083cc724b435482187038c1ee2464c7e70 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Tue, 20 May 2025 23:50:58 +0200 Subject: [PATCH] feat: Remove unused aliases --- zsh/.zshrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index eef0b52..3869048 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -80,11 +80,6 @@ zinit light Aloxaf/fzf-tab zinit light zsh-users/zsh-syntax-highlighting zinit light zsh-users/zsh-autosuggestions -# Add snippets -zinit snippet OMZP::git -zinit snippet OMZP::archlinux -zinit snippet OMZP::command-not-found - zinit cdreplay -q # Check that the function `starship_zle-keymap-select()` is defined. @@ -122,7 +117,6 @@ alias sz="source ~/.zshrc" alias ls="eza -a --color=always" alias ll="eza --long --header -a --color=always --icons" alias tree="eza --tree --level=2 --color=always --icons" -alias lg="lazygit" alias neofetch="fastfetch" alias cat="bat" alias fzf='fzf --preview "bat --color=always --style=numbers --line-range=:500 {}"'