diff options
author | Marc Pervaz Boocha <mboocha@sudomsg.xyz> | 2024-08-05 23:32:01 +0530 |
---|---|---|
committer | Marc Pervaz Boocha <mboocha@sudomsg.xyz> | 2024-08-05 23:32:01 +0530 |
commit | f8f0fbca5bae1c4cf080b5c90647074f3890e267 (patch) | |
tree | 06dc91d7c0aeca04b4113769717f20932cebc619 /.bash_profile | |
parent | updated nvim config (diff) | |
download | dotfiles-f8f0fbca5bae1c4cf080b5c90647074f3890e267.tar dotfiles-f8f0fbca5bae1c4cf080b5c90647074f3890e267.tar.gz dotfiles-f8f0fbca5bae1c4cf080b5c90647074f3890e267.tar.bz2 dotfiles-f8f0fbca5bae1c4cf080b5c90647074f3890e267.tar.lz dotfiles-f8f0fbca5bae1c4cf080b5c90647074f3890e267.tar.xz dotfiles-f8f0fbca5bae1c4cf080b5c90647074f3890e267.tar.zst dotfiles-f8f0fbca5bae1c4cf080b5c90647074f3890e267.zip |
Updated nvim config
Diffstat (limited to '')
-rw-r--r-- | .bash_profile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.bash_profile b/.bash_profile deleted file mode 100644 index ad8dc45..0000000 --- a/.bash_profile +++ /dev/null @@ -1,6 +0,0 @@ -# -# ~/.bash_profile -# - -[[ -f ~/.profile ]] && . ~/.profile -[[ -f ~/.bashrc ]] && . ~/.bashrc |