diff options
author | Aaditya Dhruv <[email protected]> | 2025-06-14 10:12:33 +0530 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2025-06-14 10:12:33 +0530 |
commit | bd8919afb109efa0a92def766aca81f1e2e146fa (patch) | |
tree | a3cfbd93f8f0be44dd666969abdb20a27d6db84c /src/config/files | |
parent | 90b9ea4267ee04e1fe6f808ae322d4ad36edc693 (diff) |
Update neovim, neomutt, and shell configurations
Diffstat (limited to 'src/config/files')
-rw-r--r-- | src/config/files/neomutt/mailcap | 1 | ||||
-rw-r--r-- | src/config/files/neovim/vimrc (renamed from src/config/files/neovim/.vimrc) | 0 | ||||
-rw-r--r-- | src/config/files/shell/bashrc (renamed from src/config/files/shell/.bashrc) | 0 | ||||
-rw-r--r-- | src/config/files/shell/bashrc.d/10-export.sh (renamed from src/config/files/shell/10-export.sh) | 0 | ||||
-rw-r--r-- | src/config/files/shell/bashrc.d/20-aliases.sh (renamed from src/config/files/shell/20-aliases.sh) | 0 | ||||
-rw-r--r-- | src/config/files/shell/bashrc.d/30-functions.sh (renamed from src/config/files/shell/30-functions.sh) | 0 |
6 files changed, 1 insertions, 0 deletions
diff --git a/src/config/files/neomutt/mailcap b/src/config/files/neomutt/mailcap new file mode 100644 index 0000000..f93be9a --- /dev/null +++ b/src/config/files/neomutt/mailcap @@ -0,0 +1 @@ +text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -collapse_br_tags -dump %s; nametemplate=%s.html; copiousoutput diff --git a/src/config/files/neovim/.vimrc b/src/config/files/neovim/vimrc index f74d01b..f74d01b 100644 --- a/src/config/files/neovim/.vimrc +++ b/src/config/files/neovim/vimrc diff --git a/src/config/files/shell/.bashrc b/src/config/files/shell/bashrc index 2161b13..2161b13 100644 --- a/src/config/files/shell/.bashrc +++ b/src/config/files/shell/bashrc diff --git a/src/config/files/shell/10-export.sh b/src/config/files/shell/bashrc.d/10-export.sh index e6c6e28..e6c6e28 100644 --- a/src/config/files/shell/10-export.sh +++ b/src/config/files/shell/bashrc.d/10-export.sh diff --git a/src/config/files/shell/20-aliases.sh b/src/config/files/shell/bashrc.d/20-aliases.sh index cd91c67..cd91c67 100644 --- a/src/config/files/shell/20-aliases.sh +++ b/src/config/files/shell/bashrc.d/20-aliases.sh diff --git a/src/config/files/shell/30-functions.sh b/src/config/files/shell/bashrc.d/30-functions.sh index e02e8de..e02e8de 100644 --- a/src/config/files/shell/30-functions.sh +++ b/src/config/files/shell/bashrc.d/30-functions.sh |