Update conf files for new job

This commit is contained in:
Gabriel Augendre 2023-04-04 15:58:22 +02:00
parent d92ec58cc7
commit 815f831124
4 changed files with 8 additions and 5 deletions

View file

@ -53,4 +53,4 @@ set -gx EDITOR vim
set -gx DJANGOPROJECT_DATA_DIR $HOME/.djangoproject
direnv hook fish | source
test -e {$HOME}/.config/fish/ovh.fish; and source {$HOME}/.config/fish/ovh.fish

View file

@ -1,3 +1,3 @@
function kctx --wraps=kubectx --description 'alias kctx=kubectx'
kubectx $argv;
function kctx --wraps='kubectl ctx'
kubectl ctx $argv;
end

View file

@ -1,3 +1,3 @@
function kns --wraps=kubens --description 'alias kns=kubens'
kubens $argv;
function kns --wraps='kubectl ns'
kubectl ns $argv;
end

View file

@ -6,3 +6,6 @@ export PATH="$PATH:$HOME/.rvm/bin:$HOME/Projects/golang/bin"
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
[[ -s "$HOME/.cargo/env" ]] && . "$HOME/.cargo/env"
[ -f ~/.ovh.bash ] && source ~/.ovh.bash