mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-02-04 14:42:04 +00:00
Added lf image previewer
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#!/bin/zsh
|
||||
|
||||
if [[ "$(tty)" = "/dev/tty1"]]; then
|
||||
pgrep awesome || sx
|
||||
fi
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ WORDCHARS=${WORDCHARS//\/[&.;]} # Don't consider certain part of the word
|
||||
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh 2>/dev/null
|
||||
source /usr/share/zsh/plugins/zsh-history-substring-search/zsh-history-substring-search.zsh 2>/dev/null
|
||||
zmodload zsh/terminfo
|
||||
eval "$(lua ~/.config/zsh/z.lua --init zsh)"
|
||||
eval "$(lua ~/.config/zlua/z.lua --init zsh)"
|
||||
|
||||
# Keybindings
|
||||
bindkey -e
|
||||
|
||||
Reference in New Issue
Block a user