New paste Repaste Download
  # /etc/skel/.bashrc
#
# This file is sourced by all *interactive* bash shells on startup,
# including some apparently interactive shells such as scp and rcp
# that can't tolerate any output.  So make sure this doesn't display
# anything or bad things will happen !
export LANG="en_US.UTF-8"
export LC_COLLATE="C.UTF-8"
# Test for an interactive shell.  There is no need to set anything
# past this point for scp and rcp, and it's important to refrain from
# outputting anything in those cases.
if [[ $- != *i* ]] ; then
# Shell is non-interactive.  Be done now!
return
fi
# Put your fun stuff here.
. ~/.bash_aliases
export PATH=/home/eunha/bin/firefox-nightly-bin:$HOME/bin:$HOME/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/opt/bin:/usr/lib/llvm/18/bin:/usr/lib/llvm/17/bin:/opt/cuda/bin:$PATH
# Stop LOCAL from becoming all "C"
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
function reload_gtk_theme() {
  theme=$(gsettings get org.gnome.desktop.interface gtk-theme)
  gsettings set org.gnome.desktop.interface gtk-theme ''
  sleep 1
  gsettings set org.gnome.desktop.interface gtk-theme $theme
}
export LD_LIBRARY_PATH=/opt/openssl-1.1/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/opt/cuda/lib64:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/usr/include/spirv-tools:$LD_LIBRARY_PATH
Filename: /home/eunha/.bashrc. Size: 1kb. View raw, , hex, or download this file.

This paste expires on 2025-01-01 18:26:04.329983. Pasted through v1-api.