Fixed path imports, added timezone, updated dxvk

This commit is contained in:
Oliver Atkinson 2023-09-12 23:53:48 -06:00
parent df9e995030
commit 12de2d94c9

View File

@ -19,17 +19,18 @@ alias nvidia_gpu="DRI_PRIME=1 __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_N
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 $@"
export DENO_INSTALL="/home/oliver/.deno"
export PATH="$DENO_INSTALL/bin:$PATH"
export PATH="$HOME/.cargo/bin:$HOME/.local/bin/:$PATH"
export PATH="$PATH:$DENO_INSTALL/bin:$HOME/.cargo/bin:$HOME/.local/bin/"
export DOTNET_CLI_TELEMETRY_OPTOUT=1
export TORCH_CUDA_VERSION="cu117"
export LIBTORCH="/home/oliver/sources/libtorchcxx11"
export LD_LIBRARY_PATH="${LIBTORCH}/lib:$LD_LIBRARY_PATH"
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${LIBTORCH}/lib"
export WINEPREFIX="$HOME/.wine/"
export DXVK_HUD="fps"
export DXVK_HUD="fps,compiler"
export EDITOR="nvim"
export TZ='America/Denver'
lfcd() {
tmp="$(mktemp)"