diff --git a/bashrc.d/local/stbbri-sec-1.bash b/bashrc.d/local/stbbri-sec-1.bash index 890579f..02d8e30 100644 --- a/bashrc.d/local/stbbri-sec-1.bash +++ b/bashrc.d/local/stbbri-sec-1.bash @@ -3,6 +3,12 @@ if [ -x /usr/bin/dircolors ]; then alias grep='grep --color=auto' fi +# For some reason there are occasional problems, where quote marks (") +# don't type properly. Setting this fixes it. (This time around.) +# Idea taken from +# http://www.straightrunning.com/XmingNotes/trouble.php#sect-15 +setxkbmap gb -variant extd + addpath $HOME/.local/bin # some more ls aliases