forked from ma6174/vim
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ma6174
committed
May 10, 2013
1 parent
0551038
commit b122093
Showing
6 changed files
with
36 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ FINISH="%{$terminfo[sgr0]%}" | |
|
||
#命令提示符 | ||
RPROMPT=$(echo "$RED%D %T$FINISH") | ||
PROMPT=$(echo "~~$GREEN%/$_YELLOW>>$FINISH ") | ||
PROMPT=$(echo "@$GREEN%/$_YELLOW\$ $FINISH") | ||
|
||
#RPROMPT=$(echo "$RED%D %T$FINISH") | ||
#PROMPT=$(echo "$CYAN%n@$YELLOW%M:$GREEN%/$_YELLOW>$FINISH ") | ||
|
@@ -26,7 +26,11 @@ preexec () { print -Pn "\e]0;%n@%M//%/\ $1\a" } | |
;; | ||
esac | ||
#}}} | ||
|
||
|
||
#python startup | ||
export PYTHONSTARTUP="/home/ma6174/.pythonstartup" | ||
|
||
#current path-directories | ||
#编辑器 | ||
export EDITOR=vim | ||
#输入法 | ||
|
@@ -244,8 +248,21 @@ alias y='yaourt' | |
alias h='htop' | ||
alias vim='sudo vim' | ||
alias sshacm='ssh [email protected]' | ||
alias sshdb='ssh [email protected] -p 23' | ||
alias sshsys='ssh [email protected] -X' | ||
alias fqr="ssh -TfnN -D 7071 [email protected]" | ||
alias fq='ssh -TfnN -D 7070 -p 3843 [email protected]' | ||
alias l='ls' | ||
alias b='bpython' | ||
alias pi='ssh [email protected]' | ||
alias sl='sl -e' | ||
alias fileftp='python -m SimpleHTTPServer' | ||
alias r='ranger' | ||
alias i='sudo apt-get install -y' | ||
alias gita='git add . && git commit -a' | ||
alias t='tmux' | ||
alias ta='tmux a -t 0' | ||
alias news="newsbeuter" | ||
|
||
#[Esc][h] man 当前命令时,显示简短说明 | ||
alias run-help >&/dev/null && unalias run-help | ||
|
@@ -339,3 +356,4 @@ check-cmd-self-insert() { zle .self-insert && recolor-cmd } | |
|
||
zle -N self-insert check-cmd-self-insert | ||
zle -N backward-delete-char check-cmd-backward-delete-char | ||
export PATH=$HOME/.cabal/bin:$PATH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule Better-Javascript-Indentation
added at
c624ed
Submodule Javascript-Indentation
added at
3e5a67
Submodule javascript.vim
added at
ba362a