Remove almost empty bash config
This commit is contained in:
parent
37b3968722
commit
f931c28f79
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
||||||
#
|
|
||||||
# ~/.bashrc
|
|
||||||
#
|
|
||||||
|
|
||||||
# If not running interactively, don't do anything
|
|
||||||
[[ $- != *i* ]] && return
|
|
||||||
|
|
||||||
alias ls='ls --color=auto'
|
|
||||||
PS1='[\u@\h \W]\$ '
|
|
||||||
|
|
||||||
eval $( keychain --eval --quiet ~/.ssh/id_ed25519 )
|
|
Loading…
Reference in a new issue