Skip to content

Instantly share code, notes, and snippets.

@aadilayub
Created October 26, 2019 13:01
Show Gist options
  • Save aadilayub/edce2764654b84c14d4386352a21f959 to your computer and use it in GitHub Desktop.
Save aadilayub/edce2764654b84c14d4386352a21f959 to your computer and use it in GitHub Desktop.
# .bashrc
# 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment