some tweaks to nu
This commit is contained in:
parent
2a76649221
commit
44af71946e
5 changed files with 30 additions and 5 deletions
|
@ -956,6 +956,12 @@ end
|
|||
};
|
||||
configFile = {
|
||||
text = ''
|
||||
let fish_completer = {|spans|
|
||||
fish --command $'complete "--do-complete=($spans | str join " ")"'
|
||||
| $"value(char tab)description(char newline)" + $in
|
||||
| from tsv --flexible --no-infer
|
||||
}
|
||||
|
||||
$env.config = {
|
||||
show_banner: false
|
||||
}
|
||||
|
@ -971,7 +977,10 @@ end
|
|||
};
|
||||
|
||||
|
||||
programs.atuin.enable = true;
|
||||
programs.atuin = {
|
||||
enable = true;
|
||||
enableNushellIntegration = false;
|
||||
};
|
||||
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
|
@ -1068,7 +1077,7 @@ end
|
|||
padding.y = 10;
|
||||
dynamic_padding = true;
|
||||
};
|
||||
shell.program = "fish";
|
||||
shell.program = "nu";
|
||||
font = {
|
||||
normal = {
|
||||
family = "VictorMono Nerd Font";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue