Compare commits
2 Commits
2f1e2a43e4
...
e20bac869b
Author | SHA1 | Date | |
---|---|---|---|
e20bac869b | |||
d42f6224f2 |
@ -3,4 +3,4 @@ merge:
|
||||
command: vim
|
||||
args: "-d"
|
||||
diff:
|
||||
pager: "less -R"
|
||||
pager: "less"
|
||||
|
@ -7,6 +7,9 @@
|
||||
export EDITOR=nvim
|
||||
export SUDO_EDITOR=nvim
|
||||
|
||||
# pager
|
||||
export LESS=-R
|
||||
|
||||
# wayland
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
export QT_QPA_PLATFORM=wayland
|
||||
|
@ -71,7 +71,3 @@ bindkey '^[[A' history-substring-search-up
|
||||
bindkey '^[[B' history-substring-search-down
|
||||
bindkey -M vicmd 'k' history-substring-search-up
|
||||
bindkey -M vicmd 'j' history-substring-search-down
|
||||
|
||||
if command -v pazi &>/dev/null; then
|
||||
eval "$(pazi init zsh)" # or 'bash'
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user