Skip to content

Commit 2ef1223

Browse files
committed
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
2 parents 29ac2ca + 548aa11 commit 2ef1223

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

etc/profile.d/50_default_editor.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ if ! printf '%s\n' "$XDG_DATA_DIRS" | grep -- "/usr/share/usability-misc/xdg-ove
3131
export XDG_DATA_DIRS="/usr/share/usability-misc/xdg-override/:$XDG_DATA_DIRS"
3232
fi
3333

34-
if [ "$XDG_SESSION_TYPE" = "tty" ]; then
35-
true "$0: INFO: Running inside tty. Stop."
36-
return 0
37-
exit 0
38-
fi
39-
4034
if [ ! "$VISUAL" = "" ]; then
4135
return 0
4236
exit 0
@@ -54,4 +48,3 @@ if command -v mousepad 1>/dev/null 2>/dev/null ; then
5448
return 0
5549
exit 0
5650
fi
57-

0 commit comments

Comments
 (0)