1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

back to zsh

This commit is contained in:
Kierán Meinhardt
2019-03-06 00:58:56 +01:00
parent f6fe8f4369
commit f1dc8dd6d4
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
environment.interactiveShellInit = "export PATH=$PATH:$HOME/.local/bin:$HOME/.cargo/bin";
programs.fish = {
enable = true;
enable = false;
interactiveShellInit = ''
function take
mkdir $argv
@@ -83,7 +83,7 @@
promptInit = ''
PROMPT=$'%{\e[1m%}%~%{\e[0m%}'
PROMPT="$PROMPT \$([[ \$? == 0 ]] && echo \"%{$fg_bold[green]%}\" || echo \"%{$fg_bold[red]%}\")\$(test $IN_NIX_SHELL && echo λ || echo %#)%{$reset_color%} "
RPROMPT='$(git_prompt_info) $(date +%H:%M)'
RPROMPT='$(git_prompt_info)'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$reset_color%}%{$fg[cyan]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%}*"

View File

@@ -76,7 +76,7 @@ in {
group = "users";
extraGroups = [ "wheel" "audio" "docker" ];
hashedPassword = "$6$w9hXyGFl/.IZBXk$5OiWzS1G.5hImhh1YQmZiCXYNAJhi3X6Y3uSLupJNYYXPLMsQpx2fwF4Xr2uYzGMV8Foqh8TgUavx1APD9rcb/";
shell = pkgs.fish;
shell = pkgs.zsh;
};
home-manager.users.kfm = {