Created
December 2, 2024 10:06
-
-
Save shyam/38a211a36e4e27e9bf906cae225b5b08 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
export PATH=~/.local/bin:$PATH | |
export TERM=xterm | |
export PS1="\[\e[0;36m\]\h\[\e[0;31m\]|\[\e[0;36m\]\u\[\e[0;31m\]:\[\e[0;33m\]\w\$(__git_ps1) \[\e[0;31m\]$ \[\e[39m\]" | |
#export CLICOLOR=1 | |
#export LS_COLORS='di=01;33' | |
export LC_CTYPE="en_US.UTF-8" | |
export LANG="en_US" | |
export EDITOR=vim | |
alias ll='ls -lh' | |
alias sl='ll' | |
alias la='ls -alh' | |
alias l='ll' | |
alias ls-='ll' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment