From 6a5dc7f70401a151b17be08ca3a8949eead3f6b3 Mon Sep 17 00:00:00 2001 From: "stephan.raabe" Date: Tue, 7 Feb 2023 15:59:20 +0100 Subject: [PATCH] bashrc --- .bashrc | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .bashrc diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..d03a783 --- /dev/null +++ b/.bashrc @@ -0,0 +1,34 @@ +# +# ~/.bashrc +# + +# If not running interactively, don't do anything +[[ $- != *i* ]] && return + +# alias ls='ls --color=auto' +PS1='[\u@\h \W]\$ ' + +# ALIASES +alias update-grub='sudo grub-mkconfig -o /boot/grub/grub.cfg' +alias ls='exa -al' +alias mutt='neomutt' +alias m='neomutt' +alias shutdown='sudo shutdown -h now' +alias v='vim' +alias w='wal -i ~/wallpaper/' + +alias gr='python ~/dotfiles/scripts/growthrate.py' + +alias vm='~/dotfiles/scripts/launchVM.sh' + +alias qc='vim ~/dotfiles/qtile/config.py' +alias pc='vim ~/dotfiles/picom/picom.conf' + +# START STARSHIP +eval "$(starship init bash)" + +# PyWal +cat ~/.cache/wal/sequences + +# START NEOFETCH +neofetch