Updated zshrc

This commit is contained in:
LLM user
2025-03-13 14:03:03 -07:00
parent b990b540ab
commit c9858f8bc8
3 changed files with 8 additions and 2 deletions
+7 -1
View File
@@ -98,7 +98,13 @@ eval $(thefuck --alias fk)
zinit light Aloxaf/fzf-tab
source /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh
if [[ $(uname) == "Darwin" ]]; then
source /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh
elif [[ $(uname) == "Linux" ]]; then
source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh
fi
bindkey '^[[B' history-search-forward
bindkey '^[[A' history-search-backward
+1 -1
View File
@@ -1,3 +1,3 @@
sudo apt update
sudo apt install neovim vim-nox btop htop neofetch curl wget tldr git zip unzip stow zsh cargo --no-install-recommends
sudo apt install neovim vim-nox btop htop neofetch curl wget tldr git zip unzip stow zsh zsh-autosuggestions zsh-syntax-highlighting cargo --no-install-recommends
sudo apt install rar unrar --no-install-recommends
Regular → Executable
View File