Skip to content

Instantly share code, notes, and snippets.

@hardeepnarang10
Created October 23, 2020 05:18
Show Gist options
  • Save hardeepnarang10/a0b89e0f11f008eb8a3410b32119a160 to your computer and use it in GitHub Desktop.
Save hardeepnarang10/a0b89e0f11f008eb8a3410b32119a160 to your computer and use it in GitHub Desktop.
alias cls="clear"
alias python="python3"
alias py="python3"
alias pip="pip3"
for file in /etc/profile.d/*.sh
bass source $file
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment