summaryrefslogtreecommitdiff
path: root/.config/shell/profile
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-14 23:04:22 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-14 23:04:22 +0100
commit5e4dd0d829ec5f8be153a817f09952fbb08394b4 (patch)
treefc6ac1dbdf5d16cbd0d19e18d37c390d7aa84fd5 /.config/shell/profile
parent7bac3142f88e53549620d74b55888970ffa8d051 (diff)
Add alias for updating neovim, add ALT_KB_LAYOUT envar
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%"