dotfiles

Dotfiles for my OpenBSD environment.
Log | Files | Refs

commit 2371b14f0baec0f2eb5cd1bbad16fcc0ada98a10
parent e2698b860950bbeb8162ce734cf31c9ac84d39be
Author: Matsuda Kenji <ftvda283@gmail.com>
Date:   Sun, 11 Oct 2020 19:25:58 +0900

added ld_library path

Diffstat:
M.bash_profile | 1+
M.bashrc | 8++++++++
M.config/X11/Xresources | 3++-
3 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/.bash_profile b/.bash_profile @@ -25,4 +25,5 @@ export PSQL_HISTORY="$XDG_CONFIG_HOME/pg/psql_history" export LESSHSTFILE=- export PATH="$PATH:$HOME/.gem/ruby/2.7.0/bin" +export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/cuda-10.2/lib64" [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]] && exec xinit $XINITRC diff --git a/.bashrc b/.bashrc @@ -14,3 +14,11 @@ alias vim=nvim alias brave='brave -force-device-scale-factor=0.8' set -o vi + +function share_history(){ + history -a + history -c + history -r +} +PROMPT_COMMAND='share_history' +shopt -u histappend diff --git a/.config/X11/Xresources b/.config/X11/Xresources @@ -31,6 +31,7 @@ URxvt.colorUL: #83a598 URxvt.scrollColor: #504945 ! font config -URxvt.font: xft:Noto Sans Mono:size=10:antialias=true, xft:Noto Sans CJK JP:size=10:antialias=true, xft:Noto Color Emoji:size=10:antialias=true +! いい感じのSerif Monospaceフォントがあれば欲しいのですが +URxvt.font: xft:Noto Sans Mono:size=10:antialias=true, xft:Noto Serif CJK JP:size=10:antialias=true, xft:Noto Color Emoji:size=10:antialias=true URxvt.inputMethod: fcitx URxvt.preeditType: OnTheSpot