Browse Source

bash: adjust PATH

Maxim Likhachev 5 years ago
parent
commit
bda5b68efe
  1. 1
      etc/shell/bash/bash_profile
  2. 3
      etc/shell/bash/bashrc

1
etc/shell/bash/bash_profile

@ -13,4 +13,3 @@ fi @@ -13,4 +13,3 @@ fi
command -v rbenv >&- && eval "$(rbenv init -)"
export PATH="$HOME/.cargo/bin:$PATH"

3
etc/shell/bash/bashrc

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
#!/bin/bash ####################################################################
#
# Изменён: Вт 27 окт 2020 14:36:55
# Изменён: Пт 30 окт 2020 21:33:05
#
################################################################################
@ -159,7 +159,6 @@ path++ () { @@ -159,7 +159,6 @@ path++ () {
}
INIT_PATH=$PATH
PATH="."
if [ $UID -eq 0 ]; then
TMOUT=600

Loading…
Cancel
Save