Skip to content

Instantly share code, notes, and snippets.

@shyam
Created December 2, 2024 10:06
Show Gist options
  • Save shyam/38a211a36e4e27e9bf906cae225b5b08 to your computer and use it in GitHub Desktop.
Save shyam/38a211a36e4e27e9bf906cae225b5b08 to your computer and use it in GitHub Desktop.
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