Compare commits
2 Commits
95b8678f15
...
719dab7021
| Author | SHA1 | Date | |
|---|---|---|---|
|
719dab7021
|
|||
|
faf7b09231
|
@@ -6,5 +6,6 @@ git
|
|||||||
picom
|
picom
|
||||||
polybar
|
polybar
|
||||||
sxhkd
|
sxhkd
|
||||||
|
tmux
|
||||||
vim
|
vim
|
||||||
zathura
|
zathura
|
||||||
|
|||||||
@@ -70,6 +70,7 @@ alias rofi="rofi -show combi"
|
|||||||
alias get_idf='source /opt/esp-idf/export.sh'
|
alias get_idf='source /opt/esp-idf/export.sh'
|
||||||
alias open="xdg-open"
|
alias open="xdg-open"
|
||||||
alias sxiv=nsxiv
|
alias sxiv=nsxiv
|
||||||
|
alias :q=exit
|
||||||
|
|
||||||
# Theming section
|
# Theming section
|
||||||
autoload -U compinit colors zcalc
|
autoload -U compinit colors zcalc
|
||||||
@@ -175,7 +176,8 @@ zmodload zsh/terminfo
|
|||||||
# Enabling fzf capabilities
|
# Enabling fzf capabilities
|
||||||
source /usr/share/fzf/*.zsh
|
source /usr/share/fzf/*.zsh
|
||||||
|
|
||||||
source /opt/enhancd/init.sh
|
source /usr/share/enhancd/init.sh
|
||||||
|
export ENHANCD_ENABLE_DOUBLE_DOT=false
|
||||||
|
|
||||||
bindkey "$terminfo[kcuu1]" history-substring-search-up
|
bindkey "$terminfo[kcuu1]" history-substring-search-up
|
||||||
bindkey "$terminfo[kcud1]" history-substring-search-down
|
bindkey "$terminfo[kcud1]" history-substring-search-down
|
||||||
|
|||||||
Reference in New Issue
Block a user