Remove some unneeded zsh config
This commit is contained in:
parent
b2c3e15aa6
commit
1091e67fe7
|
@ -268,7 +268,6 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
zellij = { enable = true; };
|
||||
zsh = {
|
||||
enable = true;
|
||||
|
@ -277,9 +276,7 @@
|
|||
syntaxHighlighting.enable = true;
|
||||
enableVteIntegration = true;
|
||||
autocd = true;
|
||||
dotDir = ".config/zsh";
|
||||
historySubstringSearch.enable = true;
|
||||
history.path = "${config.xdg.dataHome}/zsh/history";
|
||||
initExtra = ''
|
||||
xdg-query-program () {
|
||||
FILETYPE=$(xdg-mime query filetype $@)
|
||||
|
@ -288,7 +285,7 @@
|
|||
}
|
||||
rsync-local-config () {
|
||||
HOST=$1
|
||||
for TARGET in bat git emacs/init.el emacs/templates starship.toml; do
|
||||
for TARGET in bat git starship.toml; do
|
||||
SOURCE="${config.xdg.configHome}/$TARGET"
|
||||
TMP_TARGET=/tmp/rsync-local-config
|
||||
TMP_SOURCE=$TMP_TARGET
|
||||
|
|
Loading…
Reference in a new issue