From 6bf4ee327ca5892a753781963a1420897f0e6001 Mon Sep 17 00:00:00 2001 From: Frank Villaro-Dixon Date: Fri, 26 Aug 2022 20:57:00 +0200 Subject: [PATCH] bash Signed-off-by: Frank Villaro-Dixon --- bash/.bashrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bash/.bashrc b/bash/.bashrc index ee1c5fe..cbae443 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -27,6 +27,8 @@ alias mousespeed="sudo xinput --set-prop 'USB Optical Mouse' 'libinput Accel Spe complete -cf sudo complete -cf man +source /etc/bash_completion.d/azure-cli + #####ON DEFINIT LES COULEURS @@ -62,6 +64,8 @@ source ~/.bash_ps1 #### ALIAS #### ############### # {{{ +alias laptop='octopush.sh monitor laptop' + alias dive='docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock wagoodman/dive:latest' alias kl='kubectl' @@ -217,7 +221,6 @@ export HISTCONTROL=erasedups export HISTSIZE=99999999 HISTTIMEFORMAT="%d/%m/%y %T " # }}} -export PATH="$HOME/opt/cross/bin:$PATH" PATH=$PATH:/home/frank/Programmation/kubectx @@ -240,3 +243,5 @@ source <(kubectl completion bash | sed 's/kubectl/kp/g' ) # so completion works . <(flux completion bash) eval "$(direnv hook bash)" +source ~/.env_secrets +