mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
parent
b88b3de6d2
commit
a635bb026f
@ -1,4 +1,4 @@
|
|||||||
if [ -f ~/.$(echo $SHELL|cut -d/ -f3)rc ]; 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
|
setxkbmap -option compose:lwin -option terminate:ctrl_alt_bksp
|
||||||
|
Loading…
Reference in New Issue
Block a user