Skip to content

Commit

Permalink
Remove cargo and rustc
Browse files Browse the repository at this point in the history
  • Loading branch information
wizawu committed Nov 13, 2023
1 parent b4c6de2 commit b0f5a1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion dotfiles/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export JAVA_TOOL_OPTIONS="-XX:MaxRAMPercentage=75.0"
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
export NODE_PATH=/usr/local/lib/node_modules
export PATH=$HOME/.sysconf/bin:$GOPATH/bin:$GRADLE_HOME/bin:$JAVA_HOME/bin:/usr/sbin:$PATH
export PATH=$HOME/.sysconf/bin:$GOPATH/bin:$GRADLE_HOME/bin:$JAVA_HOME/bin:/usr/sbin:$HOME/.cargo/bin:$PATH
export TRASH_DIR=$HOME/.local/share/Trash

# terminal
Expand Down
2 changes: 0 additions & 2 deletions tasks/command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
- ack-grep
- apt-file
- autossh
- cargo
- cmake
- cmatrix
- cpulimit
Expand All @@ -29,7 +28,6 @@
- pm-utils
- pv
- rar
- rustc
- time
- tmux
- tree
Expand Down

0 comments on commit b0f5a1f

Please sign in to comment.