From bd6b45b530f9cba1a82938f05ea0299e55d3e5f3 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Fri, 30 Oct 2020 21:36:33 +0300 Subject: [PATCH] bash: adjust PATH --- etc/shell/bash/bash_profile | 1 - etc/shell/bash/bashrc | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/etc/shell/bash/bash_profile b/etc/shell/bash/bash_profile index 58d307d..235d025 100755 --- a/etc/shell/bash/bash_profile +++ b/etc/shell/bash/bash_profile @@ -13,4 +13,3 @@ fi command -v rbenv >&- && eval "$(rbenv init -)" -export PATH="$HOME/.cargo/bin:$PATH" diff --git a/etc/shell/bash/bashrc b/etc/shell/bash/bashrc index 6258153..6bcf9d1 100755 --- a/etc/shell/bash/bashrc +++ b/etc/shell/bash/bashrc @@ -1,6 +1,6 @@ #!/bin/bash #################################################################### # -# Изменён: Вт 27 окт 2020 14:36:55 +# Изменён: Пт 30 окт 2020 21:33:05 # ################################################################################ @@ -159,7 +159,6 @@ path++ () { } INIT_PATH=$PATH -PATH="." if [ $UID -eq 0 ]; then TMOUT=600