Browse Source

Fix profile sourcing

nixos
Maxime Wack 4 years ago
parent
commit
3ba6a07d47
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .profile

+ 1
- 1
.profile View File

@@ -1,5 +1,5 @@
#!/bin/zsh
emulate sh -c 'source /etc/profile'
source /etc/profile

export MOZ_USE_OMTC=1
export EDITOR="emacsclient -nc"


Loading…
Cancel
Save