Created
October 23, 2020 05:18
-
-
Save hardeepnarang10/a0b89e0f11f008eb8a3410b32119a160 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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