Update .profile

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2024-02-06 00:35:36 +05:30 committed by GitHub
parent 3da16d7833
commit f39c542346
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 0 deletions

View File

@ -26,3 +26,14 @@ if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.local/bin:$PATH"
fi
. "$HOME/.cargo/env"
export GPG_TTY=$(tty)
export EDITOR=/usr/bin/micro
export BROWSER=firefox
export TERM=gnome-terminal
export MAIL=thunderbird
export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${>
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_c>