Linking bash files to better places.

This commit is contained in:
Dorian
2021-11-09 01:00:15 -05:00
parent bce5dae478
commit f0424b1d82
2 changed files with 16 additions and 15 deletions

15
.bashrc
View File

@@ -1,15 +0,0 @@
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
if
[ -f ~/.config/shell/aliases ]; then
. ~/.config/shell/aliases
fi
alias ls='ls --color=auto'
#PS1='[\u@\h \W]\$ '
PS1='== \W ⚙️ >>'

1
.bashrc Symbolic link
View File

@@ -0,0 +1 @@
.config/shell/bashrc