-
Notifications
You must be signed in to change notification settings - Fork 0
/
.bashrc
executable file
·46 lines (36 loc) · 1.1 KB
/
.bashrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
# cs50 stuff
export LDFLAGS=-lcs50
export LD_LIBRARY_PATH=/usr/local/lib
#export PATH="$PATH:$HOME/.local/bin"
export BAT_THEME="Catppuccin-mocha"
alias ls='exa --icons --grid'
alias tree='exa --tree --icons'
alias xev=$HOME/scripts/extra/xev-keys.sh
alias uwu="cowsay uwu && sudo"
alias pacman='sudo pacman'
alias {:q,q!,:q!}='exit'
alias la='ls -a'
alias ll='ls -l'
alias icat='kitten icat'
#alias sudo='sudo -p " "'
#alias vim="nvim"
#PS1='[\u@\h \W]\$ '
export PS1="\[$(tput bold)\]\[\033[38;5;9m\][\[$(tput sgr0)\]\[\033[38;5;11m\]\u\[$(tput sgr0)\]\[\033[38;5;14m\]@\[$(tput sgr0)\]\[\033[38;5;10m\]\h\[$(tput sgr0)\]\[$(tput bold)\]\[\033[38;5;9m\]]\[$(tput sgr0)\]\n\[$(tput sgr0)\]\[\033[38;5;13m\]\w\[$(tput sgr0)\] \[$(tput sgr0)\]\[\033[38;5;12m\]\\$\[$(tput sgr0)\] \[$(tput sgr0)\]"
alias i3lock='$HOME/.config/i3/lock.sh'
# startup
#pokemon-colorscripts -r --no-title
if [ "$TERM" = "xterm-kitty" ]; then
fish
else
catfetch
fi
# tty colors
if [ "$TERM" = "linux" ]; then
$HOME/.tty/cat_mocha.sh
nitch
fi