From 606b8e4d38932da59573fd7bcc23c2eae15b9f1d Mon Sep 17 00:00:00 2001 From: Ryan Chan Date: Fri, 21 Oct 2022 09:56:04 +0100 Subject: [PATCH] Move configs outside of $XDG_CONFIG_HOME to root --- bash/.bash_profile => .bash_profile | 3 --- bash/.bashrc => .bashrc | 0 vim/.vimrc => .vimrc | 0 3 files changed, 3 deletions(-) rename bash/.bash_profile => .bash_profile (57%) rename bash/.bashrc => .bashrc (100%) rename vim/.vimrc => .vimrc (100%) diff --git a/bash/.bash_profile b/.bash_profile similarity index 57% rename from bash/.bash_profile rename to .bash_profile index 7f65304..29de63b 100644 --- a/bash/.bash_profile +++ b/.bash_profile @@ -1,6 +1,3 @@ [[ -f ~/.bashrc ]] && . ~/.bashrc PATH="$PATH"":""$HOME""/dev/repos/workspace/bin" - -# Enable Wayland mode for Firefox -export MOZ_ENABLE_WAYLAND=1 diff --git a/bash/.bashrc b/.bashrc similarity index 100% rename from bash/.bashrc rename to .bashrc diff --git a/vim/.vimrc b/.vimrc similarity index 100% rename from vim/.vimrc rename to .vimrc -- 2.38.5