Browse Source

Source .profile from .zprofile and put general shell stuff in sh dir.

master
Daniel Sissom 5 years ago
parent
commit
6cb58253c5
Signed by untrusted user who does not match committer: djsissom GPG Key ID: 2C30FFB796852389
3 changed files with 1 additions and 0 deletions
  1. + 0
    - 0
      sh/aliases
  2. + 0
    - 0
      sh/profile
  3. + 1
    - 0
      zsh/zprofile

aliases → sh/aliases


+ 0
- 0
sh/profile


+ 1
- 0
zsh/zprofile

@ -0,0 +1 @@
[[ -e ~/.profile ]] && emulate sh -c '. ~/.profile'

Loading…
Cancel
Save