File tree 5 files changed +47
-35
lines changed
5 files changed +47
-35
lines changed Original file line number Diff line number Diff line change 2
2
* ~
3
3
* .swp
4
4
.subversion
5
- .ssh
5
+
6
6
7
7
# Folder view configuration files
8
8
.DS_Store
@@ -17,31 +17,35 @@ Thumbs.db
17
17
.Trashes
18
18
.Trash
19
19
20
- # NPM
21
- npm-debug .log
20
+ # Npm
21
+ * .log
22
22
node_modules
23
23
bower_components
24
+ .nvm
25
+ .npm
26
+ .pm2
27
+ .node-gyp
28
+ .babel.json
24
29
25
30
# IDEs
26
31
.idea
27
- .nvm
28
32
29
33
# Fish
30
34
fish /fish_history
31
35
fish /fishd. *
32
36
33
37
# Bash
34
38
.bash_history
39
+ .bash_sessions
35
40
36
41
# Misc
37
42
.CFUserTextEncoding
38
- .bash_sessions
39
-
40
43
.rbenv
41
- .nvm
44
+ .docker
42
45
.viminfo
43
46
44
47
# User directories in MacOS
48
+ <<<<<<< Updated upstream
45
49
Applications
46
50
Code
47
51
Desktop
@@ -73,3 +77,5 @@ SpiderOak Hive
73
77
# Private keys
74
78
.local
75
79
.git.user.config
80
+ .ssh
81
+
Original file line number Diff line number Diff line change
1
+ source $HOME /aliases
2
+ source $HOME /colors
3
+ source $HOME /extras
4
+ source $HOME /prompt
5
+
6
+ source $HOME /zsh/colors.zsh
7
+ source $HOME /zsh/extras.zsh
8
+ source $HOME /zsh/prompt.zsh
9
+
10
+ # Lines configured by zsh-newuser-install
11
+ HISTFILE=~ /.histfile
12
+ HISTSIZE=10000
13
+ SAVEHIST=10000
14
+ setopt appendhistory autocd extendedglob nomatch notify
15
+ unsetopt beep
16
+ bindkey -e
17
+ # End of lines configured by zsh-newuser-install
18
+ # The following lines were added by compinstall
19
+ zstyle :compinstall filename ' $HOME/.zshrc'
20
+
21
+ autoload -Uz compinit
22
+ compinit
23
+ # End of lines added by compinstall
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ alias glo="git log --decorate --oneline --graph"
16
16
alias glg="git log --decorate --graph --abbrev-commit --date=relative"
17
17
alias gmg='git merge --no-ff'
18
18
alias gph="git push"
19
- alias gpr="git pull"
19
+ alias gpr="git pull --verbose "
20
20
alias gpom="git push origin master"
21
21
alias grao="git remote add origin"
22
22
alias grau="git remote add upstream"
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ PROMPT_STATUS_ERROR_BACKGROUND='red'
20
20
21
21
# PROMPT_GIT_ICON="⋋ "
22
22
PROMPT_GIT_ICON=""
23
- PROMPT_OUTGOING_CHANGES_ICON="\U21E1 " # ↥ ⊷ ↗ \U234F
24
- PROMPT_INCOMING_CHANGES_ICON="\U21E3 " # ↧ ⊶ ↙ \U2356 ⎌
23
+ PROMPT_OUTGOING_CHANGES_ICON="⇡ " # ↥ ⊷ ↗ ⍏
24
+ PROMPT_INCOMING_CHANGES_ICON="⇣ " # ↧ ⊶ ↙ ⍖ ⎌
25
25
PROMPT_TAG_ICON="\UF092 "
26
26
PROMPT_COMMIT_ICON="\UF03C "
27
27
PROMPT_BOOKMARK_ICON="\U1F516 "
Original file line number Diff line number Diff line change 1
- source $XDG_CONFIG_HOME /local
2
- source $XDG_CONFIG_HOME /env
3
-
4
- source $XDG_CONFIG_HOME /aliases
5
- source $XDG_CONFIG_HOME /colors
6
- source $XDG_CONFIG_HOME /extras
7
- source $XDG_CONFIG_HOME /prompt
8
-
9
- source $XDG_CONFIG_HOME /zsh/colors.zsh
10
- source $XDG_CONFIG_HOME /zsh/extras.zsh
11
- source $XDG_CONFIG_HOME /zsh/prompt.zsh
12
-
13
- HISTFILE=~ /.histfile
14
- HISTSIZE=100
15
- SAVEHIST=100000
16
- setopt appendhistory autocd extendedglob
17
- unsetopt beep
18
- bindkey -v
19
-
20
- # zsh autocomplete
21
- zstyle :compinstall filename ' ~/.zshrc'
22
- zstyle ' :completion:*' rehash true
23
-
24
- autoload -Uz compinit
25
- compinit
1
+ source $HOME /aliases
2
+ source $HOME /colors
3
+ source $HOME /extras
4
+ source $HOME /prompt
5
+
6
+ source $HOME /zsh/colors.zsh
7
+ source $HOME /zsh/extras.zsh
8
+ source $HOME /zsh/prompt.zsh
You can’t perform that action at this time.
0 commit comments