diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-04-20 16:45:44 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-04-20 16:45:44 -0400 |
| commit | f180dade4afd2661b5f573622820e2b42eb8c0ce (patch) | |
| tree | a714047f57332061d14222165fa731db1aa28c5d /.zprofile | |
| parent | a67bde70f01b46f88c7187dfc78035c3723df9f0 (diff) | |
| download | eibhear-f180dade4afd2661b5f573622820e2b42eb8c0ce.tar.gz eibhear-f180dade4afd2661b5f573622820e2b42eb8c0ce.tar.zst eibhear-f180dade4afd2661b5f573622820e2b42eb8c0ce.zip | |
note on removing ~/.profile
Diffstat (limited to '.zprofile')
| -rw-r--r-- | .zprofile | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,4 +1,9 @@ -# Profile file. Runs on login. Environmental variables are set here. +#!/bin/zsh + +# zsh profile file. Runs on login. Environmental variables are set here. + +# If you don't plan on reverting to bash, you can remove the link in ~/.profile +# to clean up. # Adds `~/.local/bin` to $PATH export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')" |
