Compare commits

..

No commits in common. "ecf4c6bee854aedbc34b934717d18c501675c10c" and "2b8c9d05510cb534d9e6b976df4a568d8d138833" have entirely different histories.

4 changed files with 0 additions and 24 deletions

View file

@ -1,3 +0,0 @@
#!/bin/sh
complete -cf sudo

View file

@ -1,10 +0,0 @@
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
alias grep='grep --color=auto'
PS1='\[\e[92m\]\u\[\e[0m\]@\h \[\e[96m\]\w\n\[\e[92m\]\$\[\e[0m\] '

View file

@ -1 +0,0 @@
[[ -f ~/.bashrc ]] && . ~/.bashrc

View file

@ -1,10 +0,0 @@
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
alias grep='grep --color=auto'
PS1='\[\e[91m\]\u\[\e[0m\]@\h \[\e[96m\]\w\n\[\e[91m\]\$\[\e[0m\] '