aboutsummaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc9
1 files changed, 0 insertions, 9 deletions
diff --git a/bashrc b/bashrc
index 352484b..73a4d69 100644
--- a/bashrc
+++ b/bashrc
@@ -20,10 +20,6 @@ export PS1='\[\033[01;32m\]$\u@\h:\w\$\[\033[0m\] '
# echo "output" >| file.txt to do it manually
set -o noclobber
-# Setting PATH
-export PATH=~/.cargo/bin:$PATH
-export PATH=~/bin/:$PATH
-
# nvim as vim
#alias vim='/usr/bin/nvim'
# alias vi='/usr/bin/vim'
@@ -302,8 +298,3 @@ append_to_masterlist() {
# export LS_COLORS="$LS_COLORS:di=1;33"
# Install Ruby Gems to ~/gems
export GEM_HOME="$HOME/gems"
-export PATH="$HOME/gems/bin:$PATH"
-export PATH="$HOME/go/bin:$PATH"
-export PATH="$HOME/.local/share/gem/ruby/3.0.0/bin:$PATH"
-export PATH="$HOME/.local/bin:$PATH"
-export PATH="/opt/pycharm-2021.3.3/bin:$PATH"