summaryrefslogtreecommitdiff
path: root/.config/shell/profile
diff options
context:
space:
mode:
Diffstat (limited to '.config/shell/profile')
-rwxr-xr-x.config/shell/profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile
index 26bd0f3..06285ad 100755
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -25,6 +25,8 @@ export CARGO_HOME="${XDG_DATA_HOME:-$HOME/.local/share}/cargo"
export GOPATH="${XDG_DATA_HOME:-$HOME/.local/share}/go"
export HISTFILE="${XDG_DATA_HOME:-$HOME/.local/share}/history"
export LESSHIST="-"
+export ALT_KB_LAYOUT="sv"
+
# Other program settings:
export FZF_DEFAULT_OPTS="--layout=reverse --height 40%"