diff options
author | Thanos Apollo <[email protected]> | 2024-05-13 08:42:44 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-05-13 08:42:44 +0300 |
commit | 2e74d58a4f675b5301e69cae105503198d7ff846 (patch) | |
tree | e92cca5c6406898e9ac1eae08653d894c24e3acf /.bashrc | |
parent | b6d164b032b255767b04a73e8ac0e04b61991048 (diff) | |
parent | 5d6840de02f01c017cc1ce99238d6962331087da (diff) |
Merge branch 'guix-config'
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/.bashrc b/.bashrc deleted file mode 100644 index cd1b64e..0000000 --- a/.bashrc +++ /dev/null @@ -1,36 +0,0 @@ -source ~/.shells/alias.sh -source ~/.shells/exports.sh -source /etc/profile - - -if [ -e /etc/profile.env ] ; then - . /etc/profile.env -fi - -## Get completions -for sh in /etc/bash/bashrc.d/* ; do - [[ -r ${sh} ]] && source "${sh}" -done - -## Prompt -if ${use_color} ; then - PS1='PS1_CMD1=$(git branch 2>/dev/null | grep '"'"'"'"'"'"'"'"'*'"'"'"'"'"'"'"'"' | colrm 1 2)'; PS1='\n\[\e[38;5;153;2;3m\]\h\n\[\e[0;38;5;226m\]\w \[\e[38;5;63;1m\]${PS1_CMD1}\n\[\e[0;38;5;198m\]λ \[\e[0m\]' -else - PS1+='\u@\h \w \$ ' -fi - -## doas > sudo -complete -cf doas -complete -cf sudo -export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/.local/lib/mojo -export PATH=$PATH:~/.modular/pkg/packages.modular.com_mojo/bin/ -export PATH=$PATH:~/.modular/pkg/packages.modular.com_mojo/bin/ - -# Python -eval "$(pyenv init -)" -eval "$(pyenv virtualenv-init -)" -if command -v pyenv 1>/dev/null 2>&1; then - eval "$(pyenv init -)" -fi -export PYENV_ROOT="$HOME/.pyenv" -export PATH="$PYENV_ROOT/bin:$PATH" |