From 81f8cbf0cfdb98eef124b22e225b9a0a70011d1f Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sun, 10 Mar 2024 00:37:46 +0100 Subject: [PATCH] Moved /home/hanez/bin:/home/hanez/.local/bin/:/home/hanez/.gem/ruby/3.0.0/bin:/home/hanez/.android/sdk/platform-tools:/home/hanez/bin:/home/hanez/.local/bin/:/home/hanez/.gem/ruby/3.0.0/bin:/home/hanez/.android/sdk/platform-tools:/usr/sbin:/sbin:/bin:/usr/games:/usr/local/bin:/usr/local/sbin:/usr/bin:/opt/flutter/bin:/usr/lib/jvm/default/bin:/opt/rocm-6.0.2/bin:/opt/rocm-6.0.2/hip/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/lib/rustup/bin:/home/hanez/.local/share/JetBrains/Toolbox/scripts:/opt/flutter/bin:/opt/rocm-6.0.2/bin:/opt/rocm-6.0.2/hip/bin:/home/hanez/.rvm/bin to .zsh_private. --- .zshrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.zshrc b/.zshrc index cfb63468..011fb448 100644 --- a/.zshrc +++ b/.zshrc @@ -9,9 +9,6 @@ if [[ -r $HOME/.zsh_functions.zsh ]]; then source $HOME/.zsh_functions.zsh fi -# Extend my $PATH to $HOME/bin -export PATH=$HOME/bin:$HOME/.local/bin/:$HOME/.gem/ruby/3.0.0/bin:$HOME/.android/sdk/platform-tools:$PATH - # Private stuff source ~/.zsh_private