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