From d315c6b20bf5449637c909388304697e6d6756c3 Mon Sep 17 00:00:00 2001 From: agryphus Date: Wed, 25 Oct 2023 19:55:11 -0400 Subject: [PATCH] Remove nvim fhs-run alias --- .config/zsh/.zshrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 0afce44..8fb0173 100755 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -16,10 +16,6 @@ alias blueman='blueman-manager' alias spotify='dlkiller spotify' alias zoom='dlkiller zoom' alias tor='torbrowser-launcher' -if [ ! -z "$(grep nixos /etc/os-release)" ]; then - # NixOS specific aliases - alias nvim='fhs-run nvim' -fi # Print out all colors alias colors='for i in {0..255}; do print -Pn "%K{$i} %k%F{$i}${(l:3::0:)i}%f " ${${(M)$((i%6)):#3}:+$"\n"}; done'