tangled
alpha
login
or
join now
dunkirk.sh
/
dots
3
fork
atom
Kieran's opinionated (and probably slightly dumb) nix config
3
fork
atom
overview
issues
pulls
pipelines
chore: add space in home dir icon zsh
Kieran Klukas
2 years ago
81657ee6
431cae6e
+1
-2
1 changed file
expand all
collapse all
unified
split
home-manager
home.nix
+1
-2
home-manager/home.nix
···
140
140
directory = {
141
141
truncation_length = 1;
142
142
truncation_symbol = "…/";
143
143
-
home_symbol = " ~";
143
143
+
home_symbol = " ~";
144
144
read_only_style = "197";
145
145
read_only = " ";
146
146
format = "at [$path]($style)[$read_only]($read_only_style) ";
···
197
197
programs.zsh = {
198
198
enable = true;
199
199
enableCompletion = true;
200
200
-
#autosuggestion.enable = true;
201
200
syntaxHighlighting.enable = true;
202
201
203
202
shellAliases = {