diff options
author | Thanos Apollo <[email protected]> | 2023-10-09 20:26:39 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-10-09 21:19:35 +0300 |
commit | aac301639897f9ee2ae4ac267813dc36bec66d3d (patch) | |
tree | 995ab10f595ca7ff40437677531bc8a969f1e88d | |
parent | 9966897368c3e80046df16cde98c3b267b81047f (diff) |
shells:(completions) Move to .shells
-rw-r--r-- | .bashrc | 2 | ||||
-rw-r--r-- | .shells/bash_completion (renamed from bash_completion) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -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 |