Skip to content

Instantly share code, notes, and snippets.

@KMR-zoar
Created May 18, 2018 04:12
Show Gist options
  • Save KMR-zoar/ddfe101f1d45f7645496566f402cc344 to your computer and use it in GitHub Desktop.
Save KMR-zoar/ddfe101f1d45f7645496566f402cc344 to your computer and use it in GitHub Desktop.
if [ "$color_prompt" = yes ]; then
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[00;36m\]\w\[\033[00m\]\$ '
else
hi Comment ctermfg=gray
source ~/.bashrc
#!/bin/sh
wget -O .dircolors https://raw.githubusercontent.com/seebi/dircolors-solarized/master/dircolors.ansi-universal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment