Skip to content

Instantly share code, notes, and snippets.

@taiya
Last active August 6, 2021 04:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taiya/fde48565c4dede506cb93345d5c3e0a5 to your computer and use it in GitHub Desktop.
Save taiya/fde48565c4dede506cb93345d5c3e0a5 to your computer and use it in GitHub Desktop.
alias ll="ls -l"
export PATH="$PATH:." #< current folder always in bin
export PS1="\[\e[33m\]\w: \[\e[0m\]"
export CLICOLOR=1 #< enables colors
export LSCOLORS=ExFxCxDxBxegedabagacad #< specifies colors
export TZ="Canada/Pacific"
export PROMPT_DIRTRIM=2 #< trims long paths
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment