From 2e8193c40b8ff4d087dd28457248371edf328116 Mon Sep 17 00:00:00 2001 From: Oliver Atkinson Date: Thu, 14 Dec 2023 01:26:52 -0700 Subject: [PATCH] fix spelling and add cura --- .bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 744c7a9..e3e26fd 100644 --- a/.bashrc +++ b/.bashrc @@ -12,7 +12,7 @@ alias l=lfcd alias clip="xclip -selection clipboard" alias phone="simple-mtpfs" alias bell="paplay /usr/share/sounds/freedesktop/stereo/complete.oga" -alias useage="du -h -d 1 2> /dev/null | sort -h" +alias usage="du -h -d 1 2> /dev/null | sort -h" # For laptop multi-gpu offloading alias nvidia_gpu="DRI_PRIME=1 __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia" # Opinionated defaults @@ -20,6 +20,7 @@ alias feh="swallow feh --force-aliasing --draw-exif --scale-down --draw-filename alias ffplay="swallow ffplay $@" alias shutdown="shutdown -P now" alias untar="tar -xvf $@" +alias cura="cura5 -platformtheme gtk3" export DENO_INSTALL="/home/oliver/.deno" export PATH="$PATH:$DENO_INSTALL/bin:$HOME/.cargo/bin:$HOME/.local/bin/"