Skip to content

Instantly share code, notes, and snippets.

@SibTiger
Created December 25, 2018 22:28
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 SibTiger/16f771f15c0226b49815270f50165029 to your computer and use it in GitHub Desktop.
Save SibTiger/16f771f15c0226b49815270f50165029 to your computer and use it in GitHub Desktop.
[Lazy] .bashrc Customized Environment
# =============================================
# =============================================
# =============================================
# MODIFIED CONTENT
# ---------------------------------------------
# List Directory (list, inode, everything)
alias ls='ls -lia'
# Allow Windows intCMD 'DIR', share the same functionality as 'ls'. Thus 'dir'<<==>>'ls'
alias dir='ls'
# Allow Windows intCMD 'CLS', this is essentially 'clear' intCMD from *nix
alias cls='clear'
# Customize the Bash Prompt to supply the following: Date, 24Uhr Time, Current WD, and display the marker for User-Input.
PS1="[\d \t] [\w]\n\r$ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment