Merge branch 'master' of gitorious.org:hunner/hunners-dotfiles
This commit is contained in:
commit
84a5151cb6
3 changed files with 3 additions and 1 deletions
0
.hushlogin
Normal file
0
.hushlogin
Normal file
2
.vimrc
2
.vimrc
|
|
@ -9,7 +9,7 @@ scriptencoding utf-8
|
||||||
"-----------------------------------------------------------------------
|
"-----------------------------------------------------------------------
|
||||||
|
|
||||||
" Want utf8 at all times
|
" Want utf8 at all times
|
||||||
set termencoding=utf-8
|
"set termencoding=utf-8
|
||||||
set encoding=utf-8
|
set encoding=utf-8
|
||||||
set fenc=utf-8
|
set fenc=utf-8
|
||||||
|
|
||||||
|
|
|
||||||
2
.zshrc
2
.zshrc
|
|
@ -147,6 +147,8 @@ alias sl="screen -ls"
|
||||||
alias sr="screen -r"
|
alias sr="screen -r"
|
||||||
alias sx="screen -x"
|
alias sx="screen -x"
|
||||||
alias srd="screen -rd"
|
alias srd="screen -rd"
|
||||||
|
alias t="SSH_AUTH_SOCK=$HOME/.tmux-ssh-agent TERM=xterm-256color tmux at||tmux"
|
||||||
|
alias tl="tmux ls"
|
||||||
alias bc="bc -q"
|
alias bc="bc -q"
|
||||||
alias fm="fmstatus.sh&;shell-fm"
|
alias fm="fmstatus.sh&;shell-fm"
|
||||||
alias apl="gvim -font 'APL385 Unicode 14' -c 'set keymap=uniapl385'"
|
alias apl="gvim -font 'APL385 Unicode 14' -c 'set keymap=uniapl385'"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue