From f39c54234620757c88e03f8e466e85752179523a Mon Sep 17 00:00:00 2001 From: Jyotirmoy Bandyopadhayaya Date: Tue, 6 Feb 2024 00:35:36 +0530 Subject: [PATCH] Update .profile --- .profile | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.profile b/.profile index 128c4cf..efef401 100644 --- a/.profile +++ b/.profile @@ -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>