Skip to content

Instantly share code, notes, and snippets.

@leandrovianna
Last active August 29, 2015 14:10
Show Gist options
  • Save leandrovianna/f5cae4414ba4ddb92b8a to your computer and use it in GitHub Desktop.
Save leandrovianna/f5cae4414ba4ddb92b8a to your computer and use it in GitHub Desktop.

Revisions

  1. leandrovianna revised this gist Nov 23, 2014. 1 changed file with 12 additions and 0 deletions.
    12 changes: 12 additions & 0 deletions .bashrc_root
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    PS1='${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '

    export LS_OPTIONS='--color=auto'
    eval "`dircolors`"
    alias ls='ls $LS_OPTIONS'

    # alias ll='ls $LS_OPTIONS -l'
    # alias l='ls $LS_OPTIONS -lA'

    # alias rm='rm -i'
    # alias cp='cp -i'
    # alias mv='mv -i'
  2. leandrovianna created this gist Nov 23, 2014.
    2 changes: 2 additions & 0 deletions .bashrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
    alias ls='ls --color=auto'