From f0424b1d8265eec6b805549011e05632f9122a60 Mon Sep 17 00:00:00 2001 From: Dorian Date: Tue, 9 Nov 2021 01:00:15 -0500 Subject: [PATCH] Linking bash files to better places. --- .bashrc | 16 +--------------- .config/shell/bashrc | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 15 deletions(-) mode change 100644 => 120000 .bashrc create mode 100644 .config/shell/bashrc diff --git a/.bashrc b/.bashrc deleted file mode 100644 index e810f47..0000000 --- a/.bashrc +++ /dev/null @@ -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 ⚙️ >>' diff --git a/.bashrc b/.bashrc new file mode 120000 index 0000000..81f3e75 --- /dev/null +++ b/.bashrc @@ -0,0 +1 @@ +.config/shell/bashrc \ No newline at end of file diff --git a/.config/shell/bashrc b/.config/shell/bashrc new file mode 100644 index 0000000..e810f47 --- /dev/null +++ b/.config/shell/bashrc @@ -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 ⚙️ >>'