mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 12:49:26 +01:00
rc/profile: uncomment broken if for now
This commit is contained in:
parent
38c0722ba3
commit
ef32240638
@ -1,4 +1,4 @@
|
|||||||
if [ -f ~/.$(echo $SHELL|cut -d/ -f3)rc ] && [ x$DISPLAY != x ]; then
|
#if [ -f ~/.$(echo $SHELL|cut -d/ -f3)rc ] && [ x$DISPLAY != x ]; then
|
||||||
source ~/.$(echo $SHELL|cut -d/ -f3)rc
|
# source ~/.$(echo $SHELL|cut -d/ -f3)rc
|
||||||
fi
|
#fi
|
||||||
setxkbmap -option compose:lwin -option terminate:ctrl_alt_bksp -option nbsp:none
|
setxkbmap -option compose:lwin -option terminate:ctrl_alt_bksp -option nbsp:none
|
||||||
|
Loading…
Reference in New Issue
Block a user