fix(server): load home manager profile.
This commit is contained in:
parent
3610e16e2d
commit
3148ac550a
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@
|
|||
export HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_NOT_FOUND='bg=red,fg=black,bold'
|
||||
bindkey -M vicmd 'k' history-substring-search-up
|
||||
bindkey -M vicmd 'j' history-substring-search-down
|
||||
|
||||
# Make sure to load home manager profile
|
||||
. "$'{HOME}/.nix-profile/etc/profile.d/nix.sh"
|
||||
'';
|
||||
|
||||
antidote = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue