54857b2b83
test
...
## To make a commit, type your commit message and press SUPER-ENTER. To cancel
## the commit, close the window. To sign off on the commit, press SUPER-S.
## You may also reference or close a GitHub issue with this commit. To do so,
## type `#` followed by the `tab` key. You will be shown a list of issues
## related to the current repo. You may also type `owner/repo#` plus the `tab`
## key to reference an issue in a different GitHub repo.
diff --git a/functions b/functions
index 52bf5ee..a8717f3 100644
--- a/functions
+++ b/functions
@@ -3,7 +3,7 @@ udot() {
info=$(git --no-pager log --pretty="%h by %an <%ae> on %cd" -1 --abbrev-commit)
local=$(git --no-pager log --pretty="%H" -1)
remote=$(git ls-remote origin | awk "/HEAD/ {print \$1}")
- gstatus=$(git status -s)
+ gstatus=$(git status --porcelain)
echo -e ""
echo -e ' ____ U ___ u _____ _____ _ U _____ u ____ '
@@ -17,7 +17,7 @@ udot() {
echo -e "$info"
echo -e ""
- if [ "$status" != "" ]; then
+ if [ -n "$status" ]; then
echo -e "Local changes:"
echo -e "$gstatus"
echo -e ""
2016-07-12 00:03:39 +02:00
2b4c92f174
udot: print local changes
2016-07-12 00:00:48 +02:00
d957f8b776
fix ascii art
2016-07-11 23:44:15 +02:00
90644f07a5
update udot (update dot files) function
2016-07-11 23:27:23 +02:00
f7d7584e57
test
2016-07-11 23:23:31 +02:00
2bbb945791
update gitignore
2016-07-11 20:12:43 +02:00
00d3fee414
update
2016-07-11 20:09:33 +02:00
e3966504cb
fix
2016-07-11 20:02:09 +02:00
682dff2da8
add tmux plugin copycat
2016-07-11 20:00:22 +02:00
18a2a14e1d
add tmux plugin copycat
2016-07-11 19:51:41 +02:00
b4b2ccf447
remove tmux plugin: tmux-sidebar
2016-07-10 17:31:16 +02:00
0dbbd0ff3c
remove tmux plugin: tmux-sidebar
2016-07-10 17:30:20 +02:00
b8052116c6
add tmux plugin: tmux-sidebar
...
A sidebar with the directory tree for the current path. Tries to make tmux more IDE like.
2016-07-10 16:46:40 +02:00
ed1f9b459c
cosmetic
2016-07-10 16:08:57 +02:00
5e1809afa9
add tmux plugin: prefix_highlight
2016-07-10 16:08:32 +02:00
94f0af366a
add ssht function
...
will attach to existing tmux session, create new if one does not exist or just start bash if there is no tmux available.
2016-07-10 14:24:41 +02:00
11a9e9bc2d
add iTerm2 config
2016-07-10 14:17:49 +02:00
96a9437577
activate sublime & sudo oh-my-zsh plugin
2016-07-10 13:59:41 +02:00
2523ee9477
status-position bottom is default. so we do not need to set
2016-07-10 13:39:39 +02:00
42be23196e
move udot to functions
2016-07-10 13:27:57 +02:00
9bcc600d7b
change status-interval
2016-07-10 13:18:07 +02:00
4c00f75021
fix for #1
2016-07-10 13:13:18 +02:00
6f9330481a
fix for #1
2016-07-10 13:05:57 +02:00
f5e18bf667
Merge branch 'master' of ssh://git.eragos.net:10022/eragos/dotfiles
2016-07-09 23:40:33 +02:00
d300c01445
skip dotfiles.sublime-project
2016-07-09 23:39:41 +02:00
a73728597c
Delete .gitlab-ci.yml
2016-07-08 22:05:47 +00:00
1e8550293f
Update .gitlab-ci.yml
2016-07-08 22:01:34 +00:00
3a7da975e1
Update .gitlab-ci.yml
2016-07-08 22:00:37 +00:00
f561961235
Add new file
2016-07-08 21:51:18 +00:00
adce1c5b4e
Merge remote-tracking branch 'gitlab/master'
2016-07-08 19:46:31 +02:00
c071145199
add sublime project file
2016-07-08 19:37:05 +02:00
0770ee9826
Update README.md
2016-07-02 23:50:11 +00:00
bb45e581ee
small changes
2016-07-02 21:14:08 +02:00
7a1ae1062c
add dockersecure
2016-07-02 00:13:07 +02:00
85eb9fd8f8
some excludes
2016-07-02 00:11:01 +02:00
67681e5b0b
change ip service
2016-06-18 22:42:46 +02:00
4c17272a9a
add host and ip to tmux status bar
2016-06-18 22:00:12 +02:00
5f14687c6c
Fix typo
2016-06-12 16:15:52 +02:00
4dd019f121
Add iTerm Shell Integration
...
Doc: https://iterm2.com/documentation-shell-integration.html
2016-06-12 16:14:43 +02:00
00b0ac348b
add alias nginxreload
2016-05-12 22:48:11 +02:00
fd8072ac5f
smal changes
2016-05-12 22:44:38 +02:00
e83dc68ceb
add .csslintrc .jshintrc
2016-05-12 22:43:45 +02:00
24501096f9
Merge branch 'master' of https://github.com/Eragos/dotfiles
2016-05-06 14:57:15 +02:00
21827c2081
add .jshintrc
2016-05-06 14:56:43 +02:00
15b61872e7
fix
2016-04-23 20:55:12 +02:00
0457b17a0e
Update .tmux.conf
2016-04-23 20:53:31 +02:00
807357131a
makes zsh to default shell if installed
2016-04-23 20:04:08 +02:00
ace6ef45b6
cleanup
2016-04-23 19:49:40 +02:00
746cb2459a
migrate
2016-04-23 18:36:35 +02:00
6b280bb324
fix
2016-04-23 18:34:13 +02:00