Add rust bin-path and ignore .bak
This commit is contained in:
parent
8733d26bd1
commit
890189704c
2 changed files with 4 additions and 1 deletions
|
@ -7,6 +7,7 @@ export ANDROID_SDK_ROOT='/opt/android-sdk'
|
|||
|
||||
export CM_LAUNCHER='rofi'
|
||||
|
||||
export DOCKER_BUILDKIT=1
|
||||
export DRONE_SERVER='https://ci.serguzim.me'
|
||||
|
||||
export EDITOR='/usr/bin/vim'
|
||||
|
@ -25,7 +26,7 @@ export OPENFAAS_URL="https://faas.serguzim.me"
|
|||
export OSH="$XDG_CONFIG_HOME/bash/oh-my-bash"
|
||||
|
||||
export PASSWORD_STORE_GENERATED_LENGTH='64'
|
||||
export PATH=$HOME/.local/bin:/usr/local/bin:/usr/bin:/usr/sbin:/bin:/sbin:$GOPATH/bin
|
||||
export PATH="$HOME/.local/bin:/usr/local/bin:/usr/bin:/usr/sbin:/bin:/sbin:$GOPATH/bin:$HOME/.cargo/bin"
|
||||
|
||||
export QT_QPA_PLATFORMTHEME="qt5ct"
|
||||
|
||||
|
|
|
@ -6,6 +6,8 @@ venv/
|
|||
*.swp
|
||||
*.swo
|
||||
|
||||
*.bak
|
||||
|
||||
.syntastic_*_config
|
||||
|
||||
.breakpoints
|
||||
|
|
Loading…
Reference in a new issue