-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathzprofile
More file actions
27 lines (21 loc) · 843 Bytes
/
zprofile
File metadata and controls
27 lines (21 loc) · 843 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
27
export BROWSER=firefox
export MOZ_USE_XINPUT2=1
export EDITOR=nvim
export TERMINAL=kitty
export PATH="$HOME/bin:$HOME/.local/bin:$PATH:$HOME/.dotnet/tools:$HOME/.cargo/bin"
if command -v go 2>&1 > /dev/null;then
export GOPATH=$(go env GOPATH)
export PATH="$PATH:$GOPATH/bin"
fi
export NO_AT_BRIDGE=1
export BAT_THEME="Monokai Extended Origin"
export FZF_DEFAULT_COMMAND="fd --type f --hidden --exclude .git"
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
export FZF_ALT_C_COMMAND="fd --type d --hidden --exclude .git"
export WORDCHARS='*?_-.[]~=&;!#$%^(){}<>' # Like default, but without / -- ^W must be useful in paths, like it is in vim, bash, tcsh
export GTK_USE_PORTAL=1
export GDK_DEBUG=portals
export XMODIFIERS=@im=fcitx
export VDPAU_DRIVER=radeonsi
export LIBVA_DRIVER_NAME=radeonsi
export QT_QPA_PLATFORMTHEME=kvantum