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