diff options
author | Karel Kočí <cynerd@email.cz> | 2017-04-11 13:23:06 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-04-11 13:23:06 +0200 |
commit | addf0820e80286e42864f12ade3cd0215fa51bc4 (patch) | |
tree | eedc6fb8fc35a00c67ad0bf35956f74164e1ddb6 /profile | |
parent | 968eb80c3fa1d3581186e47ff8d3c7a32aa6b577 (diff) | |
download | myconfigs-addf0820e80286e42864f12ade3cd0215fa51bc4.tar.gz myconfigs-addf0820e80286e42864f12ade3cd0215fa51bc4.tar.bz2 myconfigs-addf0820e80286e42864f12ade3cd0215fa51bc4.zip |
Fix email and other scripts called from i3
Diffstat (limited to 'profile')
-rw-r--r-- | profile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +# First global user configuration +export PATH=~/.local/bin:$PATH:$(ruby -e "print Gem.user_dir")/bin +export EDITOR=vim + # Rest of the profile run only if login is from linux console [[ "$(tty)" != /dev/tty* ]] && return |