-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbash_profile
More file actions
26 lines (24 loc) · 773 Bytes
/
bash_profile
File metadata and controls
26 lines (24 loc) · 773 Bytes
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
export GDK_SCALE=1
export GDK_DPI_SCALE=0.8
export QT_QPA_PLATFORMTHEME="qt5ct"
export PATH=$PATH:/home/alx/.local/lib/python3.10/site-packages/neosent:/home/alx/.local/bin:/home/alx/.cache/paru/clone/distrobox/pkg/distrobox/usr/bin
export EDITOR="nvim"
export READER="zathura"
export VISUAL="nvim"
export CODEEDITOR="nvim"
export TERMINAL="alacritty"
export term="alacritty"
export BROWSER="firefox"
export COLORTERM="truecolor"
export PAGER="less"
export XDG_DATA_HOME=$HOME/.local/share
export XDG_CONFIG_HOME=$HOME/.config
export XDG_STATE_HOME=$HOME/.local/state
export XDG_CACHE_HOME=$HOME/.cache
export WM="bspwm"
export MOZ_DISABLE_RDD_SANDBOX=1
export GTK_THEME=Adwaita:dark
GREEN="\e[1;92m"
CYAN="\e[1;36m"
NC='\033[0m'
export PS1="${CYAN}\w${GREEN} ❯${NC} "