fix(server): load home manager profile.
This commit is contained in:
parent
3610e16e2d
commit
3148ac550a
@ -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…
x
Reference in New Issue
Block a user