-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.zprofile
33 lines (25 loc) · 873 Bytes
/
.zprofile
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
# Default programs
export EDITOR="vim"
export TERMINAL="alacritty"
export BROWSER="brave"
export READER="zathura"
# Set config dirs
export ZDOTDIR="$HOME/.config/zsh"
# No history files
export LESSHISTFILE="/dev/null"
export PYTHONSTARTUP="$HOME/.config/python/.pythonrc"
# Bin I use
export PATH="${PATH}:$HOME/.local/bin"
export PATH="${PATH}:$HOME/prj/chatterino2/build/bin"
export PATH="${PATH}:$HOME/go/bin"
# Needed for some C stuff?
export LD_LIBRARY_PATH="/usr/local/lib"
# Random stuff needed for input
export GTK_IM_MODULE=ibus
export QT_IM_MODULE=ibus
export QT4_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
alias discord="discord --disable-smooth-scrolling"
alias riot-desktop="riot-desktop --disable-smooth-scrolling"
#export XDG_CONFIG_HOME="${XDG_CONFIG_HOME}:/home/apa420/.config"
[ "$(tty)" = "/dev/tty1" ] && ! pgrep -x Xorg >/dev/null && exec startx