mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Merge pull request #80 from smola/smola/bash-completion
Enable bash-completion by default
This commit is contained in:
@@ -5,7 +5,9 @@ HISTSIZE=32768
|
|||||||
HISTFILESIZE="${HISTSIZE}"
|
HISTFILESIZE="${HISTSIZE}"
|
||||||
|
|
||||||
# Autocompletion
|
# Autocompletion
|
||||||
# source /usr/share/bash-completion/bash_completion
|
if [[ ! -v BASH_COMPLETION_VERSINFO && -f /usr/share/bash-completion/bash_completion ]]; then
|
||||||
|
source /usr/share/bash-completion/bash_completion
|
||||||
|
fi
|
||||||
|
|
||||||
# Set complete path
|
# Set complete path
|
||||||
export PATH="./bin:$HOME/.local/bin:$HOME/.local/share/omarchy/bin:$PATH"
|
export PATH="./bin:$HOME/.local/bin:$HOME/.local/share/omarchy/bin:$PATH"
|
||||||
|
|||||||
@@ -3,4 +3,4 @@ yay -S --noconfirm --needed \
|
|||||||
fd eza fzf ripgrep zoxide bat \
|
fd eza fzf ripgrep zoxide bat \
|
||||||
wl-clipboard fastfetch btop \
|
wl-clipboard fastfetch btop \
|
||||||
man tldr less whois plocate \
|
man tldr less whois plocate \
|
||||||
alacritty
|
alacritty bash-completion
|
||||||
|
|||||||
2
migrations/1751821819.sh
Normal file
2
migrations/1751821819.sh
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
echo "Install bash-completion"
|
||||||
|
yay -S --noconfirm --needed bash-completion
|
||||||
Reference in New Issue
Block a user