From 61b967a8eba888616f62d1c4346d089b91e050ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 4 Jul 2024 11:10:46 +0200 Subject: profile: remove glab completion load It is now part of the glab package. --- profile | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'profile') diff --git a/profile b/profile index 99401e1..f0a9fd5 100644 --- a/profile +++ b/profile @@ -19,16 +19,6 @@ for profile in "$HOME"/.nix-profile/etc/profile.d/*; do source "$profile" done -# GLab -if command -v glab >/dev/null; then - if [[ -n "${BASH_VERSINFO:-}" ]]; then - source <(glab completion -s bash) - elif [[ -n "${ZSH_VERSION:-}" ]]; then - source <(glab completion -s zsh) - compdef _glab glab - fi -fi - # Rest of the profile run only if login is from linux console [[ "$(tty)" != /dev/tty* ]] && return -- cgit v1.2.3