summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-10-09 20:26:39 +0300
committerThanos Apollo <[email protected]>2023-10-09 21:19:35 +0300
commitaac301639897f9ee2ae4ac267813dc36bec66d3d (patch)
tree995ab10f595ca7ff40437677531bc8a969f1e88d
parent9966897368c3e80046df16cde98c3b267b81047f (diff)
shells:(completions) Move to .shells
-rw-r--r--.bashrc2
-rw-r--r--.shells/bash_completion (renamed from bash_completion)0
2 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 9cdbeb9..4f5743b 100644
--- a/.bashrc
+++ b/.bashrc
@@ -2,5 +2,5 @@ eval "$(starship init bash)"
source ~/.shells/alias.sh
source ~/.shells/exports.sh
-source ~/dotfiles/bash_completion
+source ~/dotfiles/.shells/bash_completion
export PATH=/home/$USER/.local/bin:$PATH
diff --git a/bash_completion b/.shells/bash_completion
index 29d8a4b..29d8a4b 100644
--- a/bash_completion
+++ b/.shells/bash_completion