Initial commit++
This commit is contained in:
parent
8666a7de0d
commit
f68af60aa2
@ -1,2 +1,6 @@
|
||||
# netbsd_dot_files
|
||||
|
||||
Dotfiles. For NetBSD.
|
||||
|
||||
The `my_home` represents `$HOME` to keep directory structure for
|
||||
things that don't use `$HOME/.config`.
|
||||
|
25
my_home/.kshrc
Normal file
25
my_home/.kshrc
Normal file
@ -0,0 +1,25 @@
|
||||
PS1="$USER:!$ "
|
||||
|
||||
if [ -x /usr/games/fortune ]; then
|
||||
echo
|
||||
/usr/games/fortune
|
||||
echo
|
||||
fi
|
||||
|
||||
# user specific aliases
|
||||
alias l='ls -lhF'
|
||||
alias la='ls -lahF'
|
||||
alias ..='cd ..'
|
||||
alias digg='dig +short +noshort'
|
||||
alias h='echo $HOME'
|
||||
alias nc='nc -v -z'
|
||||
alias cdm='cd $HOME/misc'
|
||||
alias rm='rm -P'
|
||||
alias p='cat'
|
||||
alias n='cat -n'
|
||||
|
||||
# exports
|
||||
export EDITOR='mg'
|
||||
export PATH="$HOME/bin:$PATH"
|
||||
export HISTFILE="$HOME/.sh_history"
|
||||
export PKG_PATH="http://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/amd64/10.1/All/"
|
2
my_home/.mg
Normal file
2
my_home/.mg
Normal file
@ -0,0 +1,2 @@
|
||||
column-number-mode
|
||||
backup-to-home-directory
|
Loading…
x
Reference in New Issue
Block a user