feat: rust installation

This commit is contained in:
Guz013
2023-12-30 05:59:57 -03:00
parent aa73aac2eb
commit 80a3170db5
5 changed files with 8 additions and 1 deletions

View File

@@ -3,3 +3,4 @@
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
. "$HOME/.cargo/env"

View File

@@ -10,3 +10,4 @@ alias grep='grep --color=auto'
PS1='[\u@\h \W]\$ '
export GPG_TTY=$(tty)
. "$HOME/.cargo/env"

1
.profile Normal file
View File

@@ -0,0 +1 @@
. "$HOME/.cargo/env"

4
.zshrc
View File

@@ -138,3 +138,7 @@ case ":$PATH:" in
*) export PATH="$PNPM_HOME:$PATH" ;;
esac
# pnpm end
# rust
source "$HOME/.cargo/env"

View File

@@ -28,4 +28,4 @@
- [ ] Draw custom wallpapers
- [ ] Improve repo
- [ ] Add screenshots
- [ ] Add list of dependencies/packages used
- [ ] Add list of dependencies/packages used