diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-14 23:18:59 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-14 23:18:59 +0100 |
commit | 4896d47c300ef3efdf3c956e72508d3c1ffcffa4 (patch) | |
tree | 04b766e985e628d17e94252da597c68d93b6131e /.config/shell | |
parent | 571b321108cd9ac2d49cf1aa02095ba7ba95d073 (diff) |
Update sv to se, remove echo
Diffstat (limited to '.config/shell')
-rwxr-xr-x | .config/shell/profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index 06285ad..4baeb93 100755 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -25,7 +25,7 @@ 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" +export ALT_KB_LAYOUT="se" # Other program settings: export FZF_DEFAULT_OPTS="--layout=reverse --height 40%" |