Skip to content

Commit

Permalink
Merge branch 'master' of github.com:zarac/tilde
Browse files Browse the repository at this point in the history
  • Loading branch information
zarac committed Mar 9, 2002
2 parents e5f32cb + 9890d9c commit 1ce71ed
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,9 @@ PS3='> '
PS4='+ '
export PS1 PS2 PS3 PS4

PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME%%.*}:${PWD/$HOME/~}\007"'
export PROMPT_COMMAND
# [HL-20120225 1258] Removed.. redundant... not sure why it was here to begin with. (must have gotten it from somewhere else)
#PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME%%.*}:${PWD/$HOME/~}\007"'
#export PROMPT_COMMAND
# fi

# Aliases
Expand Down
3 changes: 3 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
diff = auto
[core]
excludesfile = ~/_gitignore
[github]
user = zarac
token = 9eca0c7f8347b55630c6d2f56ec7235a
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,6 @@
[submodule "vimfiles/bundle/visual_studio"]
path = vimfiles/bundle/visual_studio
url = https://github.com/vim-scripts/visual_studio.vim.git
[submodule "vimfiles/bundle/gist"]
path = vimfiles/bundle/gist
url = https://github.com/vim-scripts/Gist.vim.git
1 change: 1 addition & 0 deletions vimfiles/bundle/gist
Submodule gist added at 1eb032

0 comments on commit 1ce71ed

Please sign in to comment.