mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 03:13:38 +00:00
nix: remove starship conf
This commit is contained in:
@@ -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 = {
|
zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableAutosuggestions = true;
|
enableAutosuggestions = true;
|
||||||
@@ -110,7 +132,6 @@
|
|||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
export PATH=$PATH:~/.cargo/bin
|
export PATH=$PATH:~/.cargo/bin
|
||||||
export PATH=$PATH:~/.local/bin
|
export PATH=$PATH:~/.local/bin
|
||||||
export PATH=$PATH:~/.nix-profile/bin
|
|
||||||
export PATH=$PATH:~/.npm-packages/bin
|
export PATH=$PATH:~/.npm-packages/bin
|
||||||
export PATH=$PATH:~/go/bin
|
export PATH=$PATH:~/go/bin
|
||||||
export CM_LAUNCHER=rofi
|
export CM_LAUNCHER=rofi
|
||||||
|
@@ -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) "
|
|
Reference in New Issue
Block a user