Select the types of activity you want to include in your feed.
Personal dotfiles for Linux, mostly for Nixpkgs/NixOS-based and Termux setups. Mirrored using GitLab's push mirroring feature.
gitlab.com/andreijiroh-dev/dotfiles
···6868# ~/.bash_aliases, instead of adding them here directly.
6969# See /usr/share/doc/bash-doc/examples in the bash-doc package.
70707171+source "${HOME}/.config/aliases"
7272+source "${HOME}/.config/bash/tools/automated-deploy.bashrc"
7373+7174# enable programmable completion features (you don't need to enable
7275# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
7376# sources /etc/bash.bashrc).
···77 fi
88fi
991010-export PATH="/usr/local/bin${PATH:+:}$PATH" # ~vern specifics and more
1010+export PATH="/usr/local/bin${PATH:+:}$PATH:$HOME/.local/share/JetBrains/Toolbox/scripts:$HOME/.local/bin" # ~vern specifics and more
1111mesg n 2> /dev/null || true
12121313# then import the rest
···1919if [ -f "$HOME/.config/localconfig.env" ]; then
2020 . "$HOME/.config/localconfig.env"
2121fi
2222-2323-# Added by Toolbox App
2424-export PATH="$PATH:/home/ajhalili2006/.local/share/JetBrains/Toolbox/scripts"
25222623# Import asdf to shell
2724#export ASDF_DIR="$HOME/.asdf"