Gen 297: fixed bugs introduced by the previous commit
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
{
|
{
|
||||||
programs.eza = {
|
programs.eza = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = false;
|
||||||
extraOptions = [ "-1" "-h" "--group-directories-first" ];
|
extraOptions = [ "-1" "-h" "--group-directories-first" ];
|
||||||
icons = true;
|
icons = true;
|
||||||
git = true;
|
git = true;
|
||||||
|
|||||||
@@ -3,11 +3,7 @@
|
|||||||
{
|
{
|
||||||
programs.starship = {
|
programs.starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
enableZshIntegration = false;
|
||||||
enableBashIntegration = true;
|
|
||||||
enableZshIntegration = true;
|
|
||||||
enableNushellIntegration = true;
|
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
# right_format = "$cmd_duration";
|
# right_format = "$cmd_duration";
|
||||||
|
|
||||||
|
|||||||
@@ -158,7 +158,10 @@ nsp() { nix-shell -p "$@" --run zsh }
|
|||||||
autoload -U down-line-or-beginning-search; zle -N down-line-or-beginning-search
|
autoload -U down-line-or-beginning-search; zle -N down-line-or-beginning-search
|
||||||
|
|
||||||
bindkey -v
|
bindkey -v
|
||||||
|
type starship_zle-keymap-select >/dev/null || \
|
||||||
|
{
|
||||||
|
eval "$(starship init zsh)"
|
||||||
|
}
|
||||||
clear
|
clear
|
||||||
splash
|
splash
|
||||||
s_check && (aplay ~/sound/sys/sh-source.wav > /dev/null 2>&1 &)
|
s_check && (aplay ~/sound/sys/sh-source.wav > /dev/null 2>&1 &)
|
||||||
|
|||||||
Reference in New Issue
Block a user