summaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
authorjustanothercatgirl <sotov2070@gmail.com>2025-03-29 12:55:31 +0300
committerjustanothercatgirl <sotov2070@gmail.com>2025-03-29 13:52:17 +0300
commitbd298646a1110f52934871845df3effc42f339d1 (patch)
tree6540188d600bec91b8a8436bbef3251386133477 /.bashrc
parentee0a942d647fd594c13d0f4468e008fd855a573d (diff)
Added (not)fetchmail configHEADmaster
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bashrc b/.bashrc
index 2d4eca1..e22c678 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,4 +1,6 @@
+fetchmail 2>/dev/null
+
source /etc/profile
source "$HOME/.cursed_bash.sh"
source /usr/share/git/git-prompt.sh
@@ -54,8 +56,6 @@ export PS1='[\[\e[1;32m\]\u@\h\[\e[0m\]:\[\e[36m\]\W\[\e[93m\]$(__git_ps1 "(%s"
# zerotier
export ZEROTIER_CENTRAL_TOKEN="/etc/zerotier/token"
-
-
GHC_PACKAGE_PATH="/usr/lib/ghc-9.0.2/package.conf.d"
# Created by `pipx` on 2023-08-09 18:40:17
append_path '/home/main/.local/bin'