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
···99# for ssh logins, install and configure the libpam-umask package.
1010#umask 022
11111212+# if running bash (probably as seen in Debian)
1313+if [ -n "$BASH_VERSION" ]; then
1414+ # include .bashrc if it exists
1515+ if [ -f "$HOME/.bashrc" ]; then
1616+ . "$HOME/.bashrc"
1717+ fi
1818+fi
1919+1220# set PATH so it includes user's private bin if it exists
1321if [ -d "$HOME/bin" ] ; then
1422 PATH="$HOME/bin:$PATH"
···5866 export SAMUFLAGS="-j$nproc"
5967fi
6068##########################################################################################
6161-6262-if [[ $FF_BYOBU_ON_LOGIN != "" ]]; then
6363-fi