nix: remove starship conf

This commit is contained in:
Dave Gallant
2021-01-09 22:41:34 -05:00
parent c6b2bac23b
commit 00d8803707
3 changed files with 23 additions and 20 deletions

View File

@@ -93,6 +93,28 @@
'';
};
starship = {
settings = {
add_newline = false;
error_symbol = "[](bold red) ";
enableZshIntegration = true;
initExtra = ''
[gcloud]
disabled = true
[time]
time_format = "%T"
format = "$time($style) "
style = "bright-white"
disabled = false
[directory]
truncation_length = 5
format = "[$path]($style)[$lock_symbol]($lock_style) "
'';
};
};
zsh = {
enable = true;
enableAutosuggestions = true;
@@ -110,7 +132,6 @@
export GPG_TTY=$(tty)
export PATH=$PATH:~/.cargo/bin
export PATH=$PATH:~/.local/bin
export PATH=$PATH:~/.nix-profile/bin
export PATH=$PATH:~/.npm-packages/bin
export PATH=$PATH:~/go/bin
export CM_LAUNCHER=rofi

View File

@@ -1,18 +0,0 @@
# Don't print a new line at the start of the prompt
add_newline = false
[character]
error_symbol = "[✖](bold red) "
[gcloud]
disabled = true
[time]
time_format = "%T"
format = "$time($style) "
style = "bright-white"
disabled = false
[directory]
truncation_length = 5
format = "[$path]($style)[$lock_symbol]($lock_style) "

View File

@@ -1,6 +1,6 @@
# config
This repo stores nix, dotfiles, and other miscellaneous scripts.
This repo stores nix expressions and other configuration.
## Setup