Last active
May 23, 2021 04:33
-
-
Save vcargats/75a99c5d688853260010a7011a78d201 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
alias ll='ls -lh' | |
alias vi='vim -u NONE' | |
PATH=/usr/bin:$PATH:"/cygdrive/c/Program Files (x86)/Windows Kits/10/bin/x86":"/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.28.29910/bin/Hostx64/x64/" | |
PATH="/cygdrie/c/Program Files (x86)/Microsoft Visual Studio/2019/Community/Common7/IDE/":$PATH | |
export PS1="\[$(tput bold)\]\[\033[38;5;172m\]\h\[$(tput sgr0)\]\[$(tput sgr0)\]\[\033[38;5;15m\]-\[$(tput bold)\]\[$(tput sgr0)\]\[\033[38;5;172m\]\l\[$(tput sgr0)\]\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput bold)\]\[$(tput sgr0)\]\[\033[38;5;46m\]\W\[$(tput sgr0)\]\[$(tput sgr0)\]\[\033[38;5;15m\]\\$\[$(tput sgr0)\]" | |
unset color_prompt force_color_prompt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment