diff options
author | justanothercatgirl <sotov2070@gmail.com> | 2024-04-11 13:00:50 +0300 |
---|---|---|
committer | justanothercatgirl <sotov2070@gmail.com> | 2024-04-11 13:00:50 +0300 |
commit | 732e507db3c1664d6d64889b3186df766c9217d4 (patch) | |
tree | 2154441af35257c85a0c1aa33a4a6b9e8c0063d8 /.bashrc | |
parent | dbb48f0acaacede21cfccfb8f30a206236520068 (diff) |
added group-media script
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' |