From 7c43f9a2f57314a391b6b425489c584772237c8b Mon Sep 17 00:00:00 2001 From: mokou Date: Tue, 1 Dec 2020 16:46:09 +0100 Subject: [PATCH] Update yet again --- dot_config/fish/executable_config.fish | 3 --- 1 file changed, 3 deletions(-) diff --git a/dot_config/fish/executable_config.fish b/dot_config/fish/executable_config.fish index a3f2e22..39d88bc 100644 --- a/dot_config/fish/executable_config.fish +++ b/dot_config/fish/executable_config.fish @@ -1,6 +1,3 @@ -# Start display manager if on a tty -[ $XDG_VTNR -le 2 ] && tbsm - # Convenience function for only setting PATH if the specified directory exists function setpath test -e $argv[1]; and set PATH $argv[1] $PATH