diff options
author | justanothercatgirl <sotov2070@gmail.com> | 2025-03-29 12:55:31 +0300 |
---|---|---|
committer | justanothercatgirl <sotov2070@gmail.com> | 2025-03-29 13:52:17 +0300 |
commit | bd298646a1110f52934871845df3effc42f339d1 (patch) | |
tree | 6540188d600bec91b8a8436bbef3251386133477 /.bashrc | |
parent | ee0a942d647fd594c13d0f4468e008fd855a573d (diff) |
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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' |