mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-24 04:40:53 +01:00
feat(home-manager/fish): add emacs integration
This commit is contained in:
parent
58dbafd524
commit
0a4c2444bc
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ with lib;
|
|||
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
shellInit = ''
|
||||
[ -n "$EAT_SHELL_INTEGRATION_DIR" ] && \
|
||||
source "$EAT_SHELL_INTEGRATION_DIR/fish"
|
||||
'';
|
||||
|
||||
shellAliases = {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue