Hyprland-dotfiles/.bashrc

53 lines
1.1 KiB
Bash
Raw Normal View History

2023-02-07 09:59:20 -05:00
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
PS1='[\u@\h \W]\$ '
# ALIASES
alias update-grub='sudo grub-mkconfig -o /boot/grub/grub.cfg'
2023-02-09 04:27:03 -05:00
alias c='clear'
2023-02-10 05:29:21 -05:00
alias w='~/dotfiles/scripts/updatewal.sh'
2023-02-09 04:27:03 -05:00
2023-02-11 11:22:33 -05:00
alias instp='sudo pacman -S'
alias insty='yay -S'
2023-02-09 04:27:03 -05:00
# APPLICATIONS
2023-02-07 09:59:20 -05:00
alias ls='exa -al'
alias mutt='neomutt'
alias m='neomutt'
alias shutdown='sudo shutdown -h now'
alias v='vim'
2023-02-09 04:27:03 -05:00
alias r='ranger'
2023-02-20 06:42:39 -05:00
alias t='sudo timeshift --list'
alias ts='~/dotfiles/scripts/snapshot.sh'
2023-02-07 09:59:20 -05:00
2023-02-09 04:27:03 -05:00
# SCRIPTS
2023-02-07 09:59:20 -05:00
alias gr='python ~/dotfiles/scripts/growthrate.py'
2023-02-09 04:27:03 -05:00
alias chat='python ~/mychatgpt/mychatgpt.py'
2023-02-07 09:59:20 -05:00
2023-02-09 04:27:03 -05:00
# VIRTUAL MACHINE
2023-02-20 06:42:39 -05:00
alias vm='~/dotfiles/scripts/launchvm.sh'
alias vmstart='virsh --connect qemu:///system start win11'
alias vmstop='virsh --connect qemu:///system destroy win11'
2023-02-07 09:59:20 -05:00
2023-02-09 04:27:03 -05:00
# EDIT CONFIG Files
alias confq='vim ~/dotfiles/qtile/config.py'
alias confp='vim ~/dotfiles/picom/picom.conf'
alias confb='vim ~/dotfiles/.bashrc'
2023-02-07 09:59:20 -05:00
2023-02-09 08:30:40 -05:00
# EDIT NOTES
alias notes='vim ~/notes.txt'
2023-02-07 09:59:20 -05:00
# START STARSHIP
eval "$(starship init bash)"
2023-02-09 04:27:03 -05:00
# PYWAL
2023-02-07 09:59:20 -05:00
cat ~/.cache/wal/sequences
2023-02-09 04:27:03 -05:00
# NEOFETCH
2023-02-07 09:59:20 -05:00
neofetch