zsh: switch from starship+atuin to grml+pure - cleanup
This commit is contained in:
parent
f2cd5f96f2
commit
e7d4e90e4a
|
@ -43,7 +43,7 @@
|
||||||
colordiff
|
colordiff
|
||||||
direnv
|
direnv
|
||||||
# nice prompt together with grml
|
# nice prompt together with grml
|
||||||
# pure-prompt
|
pure-prompt
|
||||||
#vimPlugins.nvim-lspconfig
|
#vimPlugins.nvim-lspconfig
|
||||||
#vimPlugins.nerdtree
|
#vimPlugins.nerdtree
|
||||||
go gcc libcap
|
go gcc libcap
|
||||||
|
@ -69,35 +69,12 @@
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
# enableAutosuggestions = true;
|
enableAutosuggestions = true;
|
||||||
# broken:
|
enableSyntaxHighlighting = true;
|
||||||
# -enableSyntaxHighlighting = true;
|
initExtra = ''
|
||||||
# grml and pure enabled ....
|
source ${pkgs.grml-zsh-config}/etc/zsh/zshrc
|
||||||
# initExtra = ''
|
prompt pure
|
||||||
# source ${pkgs.grml-zsh-config}/etc/zsh/zshrc
|
'';
|
||||||
# prompt pure
|
|
||||||
|
|
||||||
# export ATUIN_NOBIND="true"
|
|
||||||
# eval "$(atuin init zsh)"
|
|
||||||
# bindkey '^r' _atuin_search_widget
|
|
||||||
#'';
|
|
||||||
};
|
|
||||||
programs.starship = {
|
|
||||||
# grml
|
|
||||||
enable = false;
|
|
||||||
settings = {
|
|
||||||
directory = {
|
|
||||||
truncation_length = 0;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
programs.atuin = {
|
|
||||||
# grml
|
|
||||||
enable = false;
|
|
||||||
settings = {
|
|
||||||
auto_sync = false;
|
|
||||||
search_mode = "fulltext";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
programs.direnv.enable = true;
|
programs.direnv.enable = true;
|
||||||
programs.gitui.enable = true;
|
programs.gitui.enable = true;
|
||||||
|
|
|
@ -68,8 +68,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# zsh
|
# zsh
|
||||||
programs.starship.enable = false;
|
|
||||||
|
|
||||||
users.defaultUserShell = pkgs.zsh;
|
users.defaultUserShell = pkgs.zsh;
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in New Issue