From 11aa644a141262114b8686682e87cd7920489d7f Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 12 May 2019 10:46:42 +0100 Subject: [PATCH] Remove tilix and nix shell helpers --- files/zshrc/applications.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/files/zshrc/applications.sh b/files/zshrc/applications.sh index 79c83bd..7f73830 100644 --- a/files/zshrc/applications.sh +++ b/files/zshrc/applications.sh @@ -1,9 +1,3 @@ -[ -d "$HOME/.nix-profile" ] && source "$HOME/.nix-profile/etc/profile.d/nix.sh" - -if [ $TILIX_ID ] || [ $VTE_VERSION ]; then - source /etc/profile.d/vte.sh -fi - eval $(thefuck --alias) eval "$(fasd --init auto)"