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 /.bashrc | |
parent | 9966897368c3e80046df16cde98c3b267b81047f (diff) |
shells:(completions) Move to .shells
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 2 |
1 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 |