Remove Telegram from PATH and add Raku

This commit is contained in:
Ngô Ngọc Đức Huy 2021-04-21 17:14:48 +07:00
parent bc9331923a
commit 2721d43c24
Signed by: huyngo
GPG Key ID: 904AF1C7CDF695C3
1 changed files with 1 additions and 1 deletions

View File

@ -92,5 +92,5 @@ export PATH="$PATH:/opt/mssql-tools/bin"
# Install Ruby Gems to ~/gems
export GEM_HOME="$HOME/gems"
export PATH="$HOME/gems/bin:$PATH"
export PATH="$HOME/Downloads/Telegram:$PATH"
export PATH="$HOME/.raku/bin:$PATH"
source "$HOME/.cargo/env"