diff --git a/.bashrc b/.bashrc index 64b931a..9255152 100644 --- a/.bashrc +++ b/.bashrc @@ -14,6 +14,8 @@ 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" +# For laptop multi-gpu offloading +alias nvidia_gpu="DRI_PRIME=1 __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia" export DENO_INSTALL="/home/oliver/.deno" export PATH="$DENO_INSTALL/bin:$PATH"