Ajout de completion pour les alias.
parent
7d2a8a7c25
commit
4fece3b994
File diff suppressed because it is too large
Load Diff
|
|
@ -2,6 +2,9 @@ export EDITOR=~/.local/bin/nvim.appimage
|
||||||
export TERMINAL=/usr/bin/st
|
export TERMINAL=/usr/bin/st
|
||||||
|
|
||||||
source /usr/share/bash-completion/completions/pass
|
source /usr/share/bash-completion/completions/pass
|
||||||
|
source ~/.config/bash/complete_alias.sh
|
||||||
|
|
||||||
|
complete -F _complete_alias k
|
||||||
|
|
||||||
export PATH=$PATH:~/.local/bin
|
export PATH=$PATH:~/.local/bin
|
||||||
alias vi="$EDITOR"
|
alias vi="$EDITOR"
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ groups | grep -q sudo || return
|
||||||
|
|
||||||
# sudo usermod -aG sudo $user # pour passer sudoers, puis reboot
|
# sudo usermod -aG sudo $user # pour passer sudoers, puis reboot
|
||||||
sudo apt remove vim-gtk3 vim vim-nox
|
sudo apt remove vim-gtk3 vim vim-nox
|
||||||
sudo apt install -y cmake python3-tldextract uuid-runtime webext-browserpass webext-ublock-origin-firefox curl pass python3 ripgrep fonts-firacode fd-find tmux postgresql rsync nextcloud-desktop chromium tig locate htop libx11-dev libxinerama-dev libxft-dev libx11-xcb-dev libxcb-res0-dev arandr make gcc pulsemixer unclutter libnotify-bin ncal dmenu brightnessctl brightness-udev feh autorandr inkscape neomutt isync msmtp lynx notmuch abook urlview pulseaudio-utils mailsync slock
|
sudo apt install -y cmake python3-tldextract uuid-runtime webext-browserpass webext-ublock-origin-firefox curl pass python3 ripgrep fonts-firacode fd-find tmux postgresql rsync nextcloud-desktop chromium tig locate htop libx11-dev libxinerama-dev libxft-dev libx11-xcb-dev libxcb-res0-dev arandr make gcc pulsemixer unclutter libnotify-bin ncal dmenu brightnessctl brightness-udev feh autorandr inkscape neomutt isync msmtp lynx notmuch abook urlview pulseaudio-utils mailsync slock bash-completion
|
||||||
sudo apt autoremove
|
sudo apt autoremove
|
||||||
|
|
||||||
[ ! -f "$HOME/.local/bin/fd" ] && ln -s $(which fdfind) ~/.local/bin/fd
|
[ ! -f "$HOME/.local/bin/fd" ] && ln -s $(which fdfind) ~/.local/bin/fd
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue