adding empv script to add mpv from firefox to empv in emacs
This commit is contained in:
parent
e727f4afa1
commit
73dd975c7e
4 changed files with 11 additions and 6 deletions
|
@ -1068,7 +1068,7 @@ end
|
|||
padding.y = 10;
|
||||
dynamic_padding = true;
|
||||
};
|
||||
shell.program = "nu";
|
||||
shell.program = "fish";
|
||||
font = {
|
||||
normal = {
|
||||
family = "VictorMono Nerd Font";
|
||||
|
@ -1124,6 +1124,7 @@ end
|
|||
enable = true;
|
||||
enableNushellIntegration = true;
|
||||
enableBashIntegration = true;
|
||||
enableFishIntegration = true;
|
||||
settings = {
|
||||
format = ''
|
||||
[\[](fg:#78787e) $username$hostname$directory[\]](fg:#78787e) [$cmd_duration$time$status](italic fg:#78787e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue