360up / bashrc

~/.bashrc Commits Diff Raw
# .bashrc

# Source global definitions
if [ -f /etc/bashrc ]; then
	. /etc/bashrc
fi

# Uncomment the following line if you don't like systemctl's auto-paging feature:
# export SYSTEMD_PAGER=

# User specific aliases and functions

# Wasmer
export WASMER_DIR="/home/pia/.wasmer"
[ -s "$WASMER_DIR/wasmer.sh" ] && source "$WASMER_DIR/wasmer.sh"
. "$HOME/.cargo/env"

# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$('/home/pia/miniconda3/bin/conda' 'shell.bash' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then
    eval "$__conda_setup"
else
    if [ -f "/home/pia/miniconda3/etc/profile.d/conda.sh" ]; then
        . "/home/pia/miniconda3/etc/profile.d/conda.sh"
    else
        export PATH="/home/pia/miniconda3/bin:$PATH"
    fi
fi
unset __conda_setup
# <<< conda initialize <<<


# Hishtory Config:
export PATH="$PATH:/home/pia/.hishtory"
source /home/pia/.hishtory/config.sh