Skip to content

Instantly share code, notes, and snippets.

View wanikhawar's full-sized avatar
🎯
Focusing

Khawar Zamman Wani wanikhawar

🎯
Focusing
  • Srinagar
View GitHub Profile
@wanikhawar
wanikhawar / bash_profile
Created August 30, 2024 18:48
bash_profile file. Works with power_line
# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$('/Users/khawar/anaconda3/bin/conda' 'shell.bash' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then
eval "$__conda_setup"
else
if [ -f "/Users/khawar/anaconda3/etc/profile.d/conda.sh" ]; then
. "/Users/khawar/anaconda3/etc/profile.d/conda.sh"
else
export PATH="/Users/khawar/anaconda3/bin:$PATH"