mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
HISTFILE fix, anicca: modules, zsh-fzf-tab fix
This commit is contained in:
parent
4d5c4c8612
commit
919b8aa435
4 changed files with 13 additions and 6 deletions
|
|
@ -55,7 +55,12 @@ in
|
|||
"autolist"
|
||||
"listrowsfirst"
|
||||
]; in
|
||||
''
|
||||
''
|
||||
${if config.anicca.enabled then ''
|
||||
HISTFILE=/persist/home/.zsh_history
|
||||
'' else ''
|
||||
''}
|
||||
eval $(dircolors)
|
||||
ZSH_TAB_TITLE_ADDITIONAL_TERMS='foot'
|
||||
ZSH_TAB_TITLE_ENABLE_FULL_COMMAND=true
|
||||
zmodload -i zsh/complist
|
||||
|
|
@ -113,9 +118,9 @@ in
|
|||
})) [
|
||||
"zsh-z"
|
||||
]) ++ [
|
||||
(with pkgs.zsh-fzf-tab; {
|
||||
({
|
||||
name = "fzf-tab";
|
||||
inherit src;
|
||||
src = "${pkgs.zsh-fzf-tab}/share/fzf-tab";
|
||||
})
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue