Add rust bin-path and ignore .bak

This commit is contained in:
Tobias Reisinger 2021-10-13 23:27:31 +02:00
parent 8733d26bd1
commit 890189704c
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 4 additions and 1 deletions

View file

@ -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"

View file

@ -6,6 +6,8 @@ venv/
*.swp
*.swo
*.bak
.syntastic_*_config
.breakpoints