diff --git a/home/bin/executable_arch-install-cad b/home/dot_local/bin/executable_arch-install-cad similarity index 100% rename from home/bin/executable_arch-install-cad rename to home/dot_local/bin/executable_arch-install-cad diff --git a/home/bin/executable_linux-add-nonsteam-games b/home/dot_local/bin/executable_linux-add-nonsteam-games similarity index 100% rename from home/bin/executable_linux-add-nonsteam-games rename to home/dot_local/bin/executable_linux-add-nonsteam-games diff --git a/home/bin/executable_linux-app-launcher b/home/dot_local/bin/executable_linux-app-launcher similarity index 100% rename from home/bin/executable_linux-app-launcher rename to home/dot_local/bin/executable_linux-app-launcher diff --git a/home/bin/executable_linux-clean-home b/home/dot_local/bin/executable_linux-clean-home similarity index 100% rename from home/bin/executable_linux-clean-home rename to home/dot_local/bin/executable_linux-clean-home diff --git a/home/bin/executable_linux-mount-engi b/home/dot_local/bin/executable_linux-mount-engi similarity index 100% rename from home/bin/executable_linux-mount-engi rename to home/dot_local/bin/executable_linux-mount-engi diff --git a/home/dot_path b/home/dot_path index 1ed81769..20170d5c 100644 --- a/home/dot_path +++ b/home/dot_path @@ -1,9 +1,6 @@ #!/usr/bin/env bash # https://github.com/starr-dusT/dotfiles -# Add `~/bin` to the `$PATH` -export PATH="$HOME/bin:$PATH"; - if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]]; then PATH="$HOME/.local/bin:$HOME/bin:$PATH"; fi