aboutsummaryrefslogtreecommitdiff
path: root/profile
diff options
context:
space:
mode:
Diffstat (limited to 'profile')
-rw-r--r--profile1
1 files changed, 0 insertions, 1 deletions
diff --git a/profile b/profile
index 0b185a7..f0a9fd5 100644
--- a/profile
+++ b/profile
@@ -19,7 +19,6 @@ for profile in "$HOME"/.nix-profile/etc/profile.d/*; do
source "$profile"
done
-
# Rest of the profile run only if login is from linux console
[[ "$(tty)" != /dev/tty* ]] && return