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/shell/10-export.sh | |
parent | 90b9ea4267ee04e1fe6f808ae322d4ad36edc693 (diff) |
Update neovim, neomutt, and shell configurations
Diffstat (limited to 'src/config/files/shell/10-export.sh')
-rw-r--r-- | src/config/files/shell/10-export.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/config/files/shell/10-export.sh b/src/config/files/shell/10-export.sh deleted file mode 100644 index e6c6e28..0000000 --- a/src/config/files/shell/10-export.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -export DISABLE_MAGIC_FUNCTIONS=true -export BROWSER=/usr/bin/firefox -export EDITOR="/usr/bin/nvim" -export PATH="$HOME/.local/bin:$PATH" -export GPG_TTY=$(tty) -export NVM_DIR="$HOME/.nvm" -[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" -source <(kubectl completion bash) -source <(fzf --bash) |