mirror of
https://github.com/balkian/dotfiles.git
synced 2025-08-23 08:02:19 +00:00
Add fzf, nvim and alacritty
This commit is contained in:
1
zsh/.zprezto-contrib/fzf-z
Submodule
1
zsh/.zprezto-contrib/fzf-z
Submodule
Submodule zsh/.zprezto-contrib/fzf-z added at dfe6870800
@@ -23,6 +23,9 @@ zstyle ':prezto:*:*' color 'yes'
|
||||
# Set the Zsh functions to load (man zshcontrib).
|
||||
# zstyle ':prezto:load' zfunction 'zargs' 'zmv'
|
||||
|
||||
|
||||
zstyle ':prezto:load' pmodule-dirs $HOME/.zprezto-contrib
|
||||
|
||||
# Set the Prezto modules to load (browse modules).
|
||||
# The order matters.
|
||||
zstyle ':prezto:load' pmodule \
|
||||
@@ -35,13 +38,16 @@ zstyle ':prezto:load' pmodule \
|
||||
'spectrum' \
|
||||
'utility' \
|
||||
'completion' \
|
||||
'fasd' \
|
||||
'fzf-z' \
|
||||
'pacman' \
|
||||
'git' \
|
||||
'autosuggestions' \
|
||||
'syntax-highlighting' \
|
||||
'ssh' \
|
||||
'prompt'
|
||||
'prompt' \
|
||||
'syntax-highlighting'
|
||||
|
||||
# 'fasd' \
|
||||
|
||||
|
||||
|
||||
zstyle ':prezto:module:autosuggestions' color 'yes'
|
||||
|
@@ -18,6 +18,7 @@ export VISUAL="myemacs -c"
|
||||
export ALTERNATE_EDITOR=""
|
||||
export PAGER='less'
|
||||
export TERMCMD='i3-sensible-terminal'
|
||||
export FZFZ_RECENT_DIRS_TOOL=fasd
|
||||
|
||||
#
|
||||
# Language
|
||||
|
Reference in New Issue
Block a user