summaryrefslogtreecommitdiff
path: root/.config/zsh
diff options
context:
space:
mode:
Diffstat (limited to '.config/zsh')
-rw-r--r--.config/zsh/.zshenv2
-rw-r--r--.config/zsh/.zshrc2
2 files changed, 1 insertions, 3 deletions
diff --git a/.config/zsh/.zshenv b/.config/zsh/.zshenv
index bd8c365..1c3d80c 100644
--- a/.config/zsh/.zshenv
+++ b/.config/zsh/.zshenv
@@ -1,5 +1,5 @@
#!/bin/zsh
-# ~/.config/zsh/.zshenv
+
# As suggested by https://vi.stackexchange.com/questions/7644/use-vim-with-virtualenv/7654#7654
if [[ -n $VIRTUAL_ENV && -e "${VIRTUAL_ENV}/bin/activate" ]]; then
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index 83b69c8..bf67916 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -1,6 +1,4 @@
#!/bin/zsh
-# $ZDOTDIR/.zshrc
-#
# PS1 colors and style.
autoload -U colors && colors