# .bashrc #curl -s wttr.in/~Rhoad+Park+Street?1Q -o /home/zerotwo/.config/wttr/wttr; export PATH="$PATH:/home/zerotwo/Applications/flutter/bin/" # Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc fi # User specific environment if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]]; then PATH="$HOME/.local/bin:$HOME/bin:$PATH" fi export PATH # Uncomment the following line if you don't like systemctl's auto-paging feature: # export SYSTEMD_PAGER= # User specific aliases and functions if [ -d ~/.bashrc.d ]; then for rc in ~/.bashrc.d/*; do if [ -f "$rc" ]; then . "$rc" fi done fi unset rc if [ -f ~/.bash_aliases ]; then source ~/.bash_aliases fi export PATH="$HOME/.cargo/bin:$PATH" # >>> conda initialize >>> # !! Contents within this block are managed by 'conda init' !! __conda_setup="$('/home/zerotwo/Programs/anazonda3/bin/conda' 'shell.bash' 'hook' 2> /dev/null)" if [ $? -eq 0 ]; then eval "$__conda_setup" else if [ -f "/home/zerotwo/Programs/anazonda3/etc/profile.d/conda.sh" ]; then . "/home/zerotwo/Programs/anazonda3/etc/profile.d/conda.sh" else export PATH="/home/zerotwo/Programs/anazonda3/bin:$PATH" fi fi unset __conda_setup # <<< conda initialize <<< . "$HOME/.cargo/env" fastfetch --config /home/zerotwo/.config/fastfetch/config.jsonc head -n -2 /home/zerotwo/.config/wttr/wttr # >>> Added by Spyder >>> alias spyder=/home/zerotwo/.local/spyder-6/envs/spyder-runtime/bin/spyder alias uninstall-spyder=/home/zerotwo/.local/spyder-6/uninstall-spyder.sh # <<< Added by Spyder <<<