Compare commits
No commits in common. "ecf4c6bee854aedbc34b934717d18c501675c10c" and "2b8c9d05510cb534d9e6b976df4a568d8d138833" have entirely different histories.
ecf4c6bee8
...
2b8c9d0551
4 changed files with 0 additions and 24 deletions
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
complete -cf sudo
|
|
@ -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\] '
|
|
@ -1 +0,0 @@
|
|||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
|
@ -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\] '
|
Loading…
Reference in a new issue