diff options
| author | Michal Idziorek <m.i@gmx.at> | 2022-05-18 13:45:30 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2022-05-18 13:45:30 +0200 |
| commit | b596f4066644e8c4f432b753425aa9fbcf21a256 (patch) | |
| tree | 7c470fa0d3ed138182d69db81095f6705632757f /zsh | |
| parent | b34841d7890dd48d0a4b81bc775f5d369bd22719 (diff) | |
some tuning
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/dot-zshrc | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/zsh/dot-zshrc b/zsh/dot-zshrc index 9cc2d24..66133d9 100644 --- a/zsh/dot-zshrc +++ b/zsh/dot-zshrc @@ -1,7 +1,9 @@ -if [ -z "$TMUX" ] -then - tmux -2 attach -t TMUX || tmux -2 new -s TMUX -fi +#if [ -z "$TMUX" ] +#then +# tmux -2 attach -t TMUX || tmux -2 new -s TMUX +#fi + +export ZIM_HOME=$HOME/.zim # Start configuration added by Zim install {{{ # @@ -226,3 +228,5 @@ export PATH=$HOME/.local/bin:$PATH eval "$(direnv hook zsh)" cd $HOME + +if [ -e /home/miguel/.nix-profile/etc/profile.d/nix.sh ]; then . /home/miguel/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer |
