flake icon
This commit is contained in:
parent
179d5953a1
commit
590d35f66e
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ in {
|
||||||
];
|
];
|
||||||
interactiveShellInit = concatMapStrings (x: "set --universal " + x + "\n") [
|
interactiveShellInit = concatMapStrings (x: "set --universal " + x + "\n") [
|
||||||
"pure_enable_nixdevshell true"
|
"pure_enable_nixdevshell true"
|
||||||
|
"pure_symbol_nixdevshell "
|
||||||
];
|
];
|
||||||
shellAbbrs = {
|
shellAbbrs = {
|
||||||
ga = "git add";
|
ga = "git add";
|
||||||
|
|
Loading…
Add table
Reference in a new issue