diff options
| author | yuzu-eva <stevenhu@web.de> | 2023-05-04 17:15:38 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2023-05-04 17:15:38 +0200 |
| commit | 14d35abebfe5cd4b234a1f5c0cf432a85851e24f (patch) | |
| tree | 168b06c8076db6b01a6630b613099a027a7316a0 /.config/zsh | |
| parent | c2f9e9f3d01a9276f7c5f740c999a63e28ec23a8 (diff) | |
regular update
Diffstat (limited to '.config/zsh')
| -rw-r--r-- | .config/zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 22e2763..d27b9ac 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -68,7 +68,7 @@ fi neofetch # Add RVM to PATH for scripting. Make sure this is the last PATH variable change. -[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* +#[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* if [ -f $XDG_DATA_HOME/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ]; then . $XDG_DATA_HOME/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh |
