From 7e8cc7201949ad75daca5520c57479229711ed31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 4 Apr 2022 15:54:26 +0200 Subject: Add flake.nix --- zshrc | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 zshrc (limited to 'zshrc') diff --git a/zshrc b/zshrc deleted file mode 100644 index ee5d8a8..0000000 --- a/zshrc +++ /dev/null @@ -1,5 +0,0 @@ -[[ -o interactive ]] || return # skip on initialization if not interactive - -for sh in /etc/zsh/zshrc.d/*; do - [ -r "$sh" ] && . "$sh" -done -- cgit v1.2.3