about summary refs log tree commit diff
path: root/configs/.zsh_profile
diff options
context:
space:
mode:
Diffstat (limited to 'configs/.zsh_profile')
-rw-r--r--configs/.zsh_profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/.zsh_profile b/configs/.zsh_profile
index 331b4b5f81c8..9f4ad6622bdb 100644
--- a/configs/.zsh_profile
+++ b/configs/.zsh_profile
@@ -6,6 +6,7 @@ export EDITOR=$(which vim)
 
 echo "Welcome back, $USER"
 
+
 # display the space available on each mounted Volume
 df -hl
 
@@ -50,4 +51,3 @@ stty -ixon
 # Run Autojump at shell startup
 [[ $(brew --prefix)/etc/profile.d/autojump.sh ]] && \
 . $(brew --prefix)/etc/profile.d/autojump.sh
-