X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=bash%2F.profile;h=43fbef4ef214c8e7a6d4e208a7ee95a231c3b8a4;hb=HEAD;hp=f4e15bdf819470d4ccfa15c032d95cd7ee8b37a1;hpb=3262e9ccf8b8ad200b0da49de48d12bf827330c4;p=max%2Fdotfiles.git diff --git a/bash/.profile b/bash/.profile index f4e15bd..43fbef4 100644 --- a/bash/.profile +++ b/bash/.profile @@ -32,18 +32,6 @@ if [ -f ~/.config/termite/config.base ]; then fi -if [ $HOSTNAME = "magnesium" ]; then - export XKB_DEFAULT_LAYOUT=us - export XKB_DEFAULT_VARIANT=colemak - export XKB_DEFAULT_OPTIONS=ctrl:nocaps -fi - -if [ $HOSTNAME = "platinum" ]; then - export XKB_DEFAULT_LAYOUT=gb - export XKB_DEFAULT_VARIANT=colemak - export XKB_DEFAULT_OPTIONS=ctrl:nocaps -fi - # make less more friendly for non-text input files, see lesspipe(1) if [ -x /usr/bin/lesspipe ]; then export LESSOPEN="|lesspipe %s"