mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
deja: resolved problems
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autosuggestion.enable = true;
|
autosuggestion.enable = false; # zsh-autocomplete is replaced by deja
|
||||||
initContent = ''
|
initContent = ''
|
||||||
# Safe cat that uses colorize plugin ccat
|
# Safe cat that uses colorize plugin ccat
|
||||||
custom-cat() {
|
custom-cat() {
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
eval "$(direnv hook zsh)"
|
eval "$(direnv hook zsh)"
|
||||||
#eval "$(deja init)"
|
eval "$(deja init zsh)"
|
||||||
export PATH="$PATH:$HOME/NoteWrapper" # some project im coding
|
export PATH="$PATH:$HOME/NoteWrapper" # some project im coding
|
||||||
fastfetch''\n'';
|
fastfetch''\n'';
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
|||||||
Reference in New Issue
Block a user