-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.bashrc
32 lines (27 loc) · 845 Bytes
/
.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
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
alias grep='grep --color=auto'
PS1='[\u@\h \W]\$ '
alias nv='nvim'
alias vi='nvim'
alias nano='nvim'
alias pm='pulsemixer'
alias revdeppa='paru -Rsn $(paru -Qdtq)'
alias icat='kitty +kitten icat'
alias updateven='sh -c "$(curl -sS https://raw.githubusercontent.com/Vendicated/VencordInstaller/main/install.sh)"'
alias grub-update='sudo grub-mkconfig -o /boot/grub/grub.cfg'
alias neofetch='neowofetch'
alias home='cd ~'
alias cd..='cd ..'
alias rm='trash -v'
export QT_QPA_PLATFORMTHEME=xdg-desktop-portal-gtk
export QT_QPA_PLATFORMTHEME=gtk3
export TERM="kitty"
export TERMINAL="kitty"
export GTK_THEME=Adwaita-dark
export GTK2_RC_FILES=/usr/share/themes/Adwaita-dark/gtk-2.0/gtkrc
export PATH=$PATH:/home/jp/.spicetify