Computer Stuff

This commit is contained in:
2026-07-13 19:02:37 -07:00
parent 4d9e3c7dea
commit 1d8b9c0666
5 changed files with 34 additions and 8 deletions
+2 -2
View File
@@ -18,6 +18,7 @@ alias grep='grep --color=auto'
alias '..'='cd ../'
alias '...'='cd ../..'
alias google='google-chrome-stable'
alias shotcut='QT_OPENGL=software shotcut'
# special aliases
alias 'ff'='nvim $(fzf)'
@@ -33,9 +34,8 @@ alias d='du_color'
alias e='nvim'
alias g=_git
alias l='ls -alh'
alias p='pacman'
alias t='tmux'
alias v='nvim'
# Load in any secret aliases if there may be
[ -f ~/config/bash/aliases.sh.secret ] && . ~/.config/bash/aliases.sh.secret
[ -f ~/.config/bash/aliases.sh.secret ] && . ~/.config/bash/aliases.sh.secret
+2 -2
View File
@@ -27,5 +27,5 @@ eval "$(direnv hook bash)"
#source ~/sdks/vulkan/1.4.313.0/setup-env.sh
# export DENO_CONFIG="/home/caleb/.config/deno"
# export PATH="$DENO_CONFIG/bin:$PATH"
export DENO_CONFIG="/home/caleb/.config/deno"
export PATH="$DENO_CONFIG/bin:$PATH"
+2 -2
View File
@@ -5,10 +5,10 @@ CLEAR_COLOR="\[\e[0m\]"
# Default value
prompt="<Please set prompt in ~/.bash/bash_prompt> % "
#prompt="$CLEAR_COLOR[\[\033[1;38m\]\w$CLEAR_COLOR]$CLEAR_COLOR "
prompt="$CLEAR_COLOR[\[\033[1;38m\]\w$CLEAR_COLOR]$CLEAR_COLOR "
# My custom prompt
prompt="\[\033[32m\]\u\[\033[36m\]@\[\033[32m\]\h \[\033[37m\]\W\[\033[36m\]$\[\e[0m\] "
#prompt="\[\033[32m\]\u\[\033[36m\]@\[\033[32m\]\h \[\033[37m\]\W\[\033[36m\]$\[\e[0m\] "
# ParrotOS prompt
# prompt="\[\033[0;31m\]\342\224\214\342\224\200\$([[ \$? != 0 ]] && echo \"[\[\033[0;31m\]\342\234\227\[\033[0;37m\]]\342\224\200\")[$(if [[ ${EUID} == 0 ]]; then echo '\[\033[01;31m\]root\[\033[01;33m\]@\[\033[01;96m\]\h'; else echo '\[\033[0;39m\]\u\[\033[01;33m\]@\[\033[01;96m\]\h'; fi)\[\033[0;31m\]]\342\224\200[\[\033[0;32m\]\w\[\033[0;31m\]]\n\[\033[0;31m\]\342\224\224\342\224\200\342\224\200\342\225\274 \[\033[0m\]\[\e[01;33m\]\\$\[\e[0m\]"