1
0
Fork 0

add krew PATH and gitconfig

This commit is contained in:
cătălin 2023-07-21 16:47:35 +02:00
commit 537e9aca83
Signed by: catalin
GPG key ID: 0178DF42F43E5FD2
6 changed files with 26 additions and 3 deletions

View file

@ -12,3 +12,4 @@ alias m 'make'
alias future-commit 'git commit --date (echo (date -d +7hours))'
alias scp 'rsync'
alias rs 'rsync'
alias vihosts 'sudo vim /etc/hosts'

View file

@ -2,5 +2,5 @@ set -gx EDITOR nvim
set -gx BAT_THEME "Catppuccin-frappe"
set -gx DOCKER_BUILDKIT 1
set -gx COMPOSE_DOCKER_CLI_BUILD 1
pyenv init - | source
#pyenv/bin/pyenv init - | source
fish_vi_key_bindings

View file

@ -1,5 +1,6 @@
set -gx PATH ~/.local/bin $PATH
set -gx PATH ~/.local/bin/dotutils/ $PATH
set -gx PATH $HOME/.krew/bin $PATH
set -gx PATH "$HOME/.cargo/bin" $PATH;
set -gx PATH $ANDROID_HOME/emulator $PATH
set -gx PATH $ANDROID_HOME/tools $PATH