Linking bash files to better places.
This commit is contained in:
15
.bashrc
15
.bashrc
@@ -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 ⚙️ >>'
|
|
||||||
15
.config/shell/bashrc
Normal file
15
.config/shell/bashrc
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
#
|
||||||
|
# ~/.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 ⚙️ >>'
|
||||||
Reference in New Issue
Block a user