diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-02-12 13:01:37 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-02-12 13:01:37 +0100 |
commit | 9d253c0ecb32bb3b0b959294ab4a207f9d5f65c9 (patch) | |
tree | 68acad518d1b56100ae55c0b2532d8272cf68b4a /.config/lf | |
parent | fe6327071668585806fb899d36aa9c421e33ddbd (diff) |
Update shell for lf
Diffstat (limited to '.config/lf')
-rw-r--r-- | .config/lf/lfrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc index 9d6ceba..dbaebee 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -1,7 +1,7 @@ # Luke's lf settings # Basic vars -set shell bash +set shell zsh set shellopts '-eu' set ifs "\n" set scrolloff 10 |