From 12fe316c0768a8f935f4de140b8b6a39a0d93998 Mon Sep 17 00:00:00 2001 From: Jade Date: Sun, 11 Dec 2022 20:39:17 -0500 Subject: [PATCH] here's the actual .bashrc --- .bashrc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .bashrc diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..8627ff9 --- /dev/null +++ b/.bashrc @@ -0,0 +1,11 @@ +# +# ~/.bashrc +# + +# If not running interactively, don't do anything +[[ $- != *i* ]] && return + +alias ls='ls --color=auto' +alias rice='xinput set-prop 11 303 1 && xinput set-prop 11 313 0 &&wal -i ~/Pictures/Wallpapers/Nature/Landscapes/japan/mt_fuji_clay_banks.jpg' +alias btry='upower -i /org/freedesktop/UPower/devices/battery_BAT0' +PS1='[\u@\h \W]\$ '