aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/zprofile
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-04-10 18:36:54 -0500
committerToby Vincent <tobyv13@gmail.com>2021-04-10 18:36:54 -0500
commit929bf5b579e35674c32ad5ddaa533eb9f2f3dc6c (patch)
tree03ee52037efd6fb3914a1622a3bb08b18187c584 /zprofile
parent679f18b9154726a5bc717d51c1cb87ff0f136761 (diff)
fix: removed docker check on ssh.zsh in zprofile
Diffstat (limited to 'zprofile')
-rw-r--r--zprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/zprofile b/zprofile
index 30d8d2a..e77496f 100644
--- a/zprofile
+++ b/zprofile
@@ -1,3 +1,3 @@
export ZSH_BASE="${HOME}/dotfiles"
-[ -f /.dockerenv ] && source $ZSH_BASE/zsh/ssh.zsh
+source $ZSH_BASE/zsh/ssh.zsh