Config oda
This commit is contained in:
parent
61f87cb46d
commit
bbfe613bc0
@ -4,13 +4,14 @@ Xft.hinting: true
|
||||
Xft.rgba: rgb
|
||||
Xft.hintstyle: hintslight
|
||||
|
||||
xterm*font: -xos4-terminus-medium-r-normal-*-14-*-*-*-*-*-*-*
|
||||
xterm*termName: xterm
|
||||
xterm*background: #000000
|
||||
xterm*foreground: #A8A8A8
|
||||
XTerm*loginShell: true
|
||||
XTerm*termName: xterm-color
|
||||
XTerm*faceName: Terminus
|
||||
XTerm*faceSize: 10
|
||||
XTerm*faceSize: 12
|
||||
!XTerm*internalBorder: 10
|
||||
XTerm*highlightSelection: true
|
||||
XTerm*cursorBlink: false
|
||||
|
3317
_git-completion.bash__oda.armorique.lan
Normal file
3317
_git-completion.bash__oda.armorique.lan
Normal file
File diff suppressed because it is too large
Load Diff
20
_profile__oda.armorique.lan
Normal file
20
_profile__oda.armorique.lan
Normal file
@ -0,0 +1,20 @@
|
||||
# $OpenBSD: dot.profile,v 1.4 2005/02/16 06:56:57 matthieu Exp $
|
||||
#
|
||||
# sh/ksh initialization
|
||||
|
||||
PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/games:.
|
||||
export PATH HOME TERM
|
||||
|
||||
# if running bash
|
||||
if [ -n "$BASH_VERSION" ]; then
|
||||
# include .bashrc if it exists
|
||||
if [ -f "$HOME/.bashrc" ]; then
|
||||
. "$HOME/.bashrc"
|
||||
fi
|
||||
fi
|
||||
|
||||
# set PATH so it includes user's private bin if it exists
|
||||
if [ -d "$HOME/bin" ] ; then
|
||||
PATH="$HOME/bin:$PATH"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user