diff options
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,8 +1,11 @@ + source /etc/profile source "$HOME/.cursed_bash.sh" source /usr/share/git/git-prompt.sh source /usr/share/doc/pkgfile/command-not-found.bash +eval "$(zoxide init --cmd cd bash)" + # application shortcuts alias ls="ls --color" alias dl="~/.local/bin/download" @@ -43,6 +46,11 @@ export JAVA_HOME="/usr/lib/jvm/default/" export PS1='[\[\e[1;32m\]\u@\h\[\e[0m\]:\[\e[36m\]\W\[\e[93m\]$(__git_ps1 "(%s" | cut_dots 15 ")")\[\e[37m\]]\[\e[38;5;183m\]\$\[\e[0m\] ' # dotfiles +# 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' |