home,zsh: actually make fzf-tab work
This commit is contained in:
parent
ebb0650baf
commit
6c6ad8380b
3 changed files with 3 additions and 0 deletions
|
@ -68,6 +68,7 @@
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
source ${config.xdg.configHome}/zsh/plugins/sudo/sudo.plugin.zsh
|
source ${config.xdg.configHome}/zsh/plugins/sudo/sudo.plugin.zsh
|
||||||
source ${config.xdg.configHome}/zsh/plugins/fzf-tab/fzf-tab.plugin.zsh
|
source ${config.xdg.configHome}/zsh/plugins/fzf-tab/fzf-tab.plugin.zsh
|
||||||
|
zstyle ':fzf-tab:*' fzf-command sk
|
||||||
'';
|
'';
|
||||||
history = {
|
history = {
|
||||||
path = "${config.xdg.configHome}/zsh/.zsh_history";
|
path = "${config.xdg.configHome}/zsh/.zsh_history";
|
||||||
|
|
|
@ -51,6 +51,7 @@
|
||||||
yt-dlp
|
yt-dlp
|
||||||
aria2
|
aria2
|
||||||
android-tools
|
android-tools
|
||||||
|
skim
|
||||||
|
|
||||||
spotify
|
spotify
|
||||||
spicetify-cli
|
spicetify-cli
|
||||||
|
|
|
@ -61,6 +61,7 @@
|
||||||
fastfetch
|
fastfetch
|
||||||
wget
|
wget
|
||||||
sops
|
sops
|
||||||
|
skim
|
||||||
zoxide # rs
|
zoxide # rs
|
||||||
trashy
|
trashy
|
||||||
eza
|
eza
|
||||||
|
|
Loading…
Reference in a new issue