Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main: unset DIR after start | Alexander Sulfrian | 2012-10-18 | 1 | -0/+1 |
| | | | | | new executions should not inherit the DIR parameter from the parent environment, so unset the variable after using it | ||||
* | symlink-mapping: removed outdated file | Alexander Sulfrian | 2012-10-14 | 1 | -1/+0 |
| | |||||
* | emacs: fix scroll delay in emacs 24.1 | Alexander Sulfrian | 2012-08-24 | 2 | -0/+4 |
| | | | | | | bidi introduces large scroll delays in emacs 24.1 (especially in wanderlust), setting bidi-paragraph-direction disables the time consuming search and fixes the problem | ||||
* | bashrc/main: no need for reset anymore | Alexander Sulfrian | 2012-07-16 | 1 | -9/+4 |
| | |||||
* | bashrc/main: some optimization | Alexander Sulfrian | 2012-07-16 | 1 | -2/+2 |
| | |||||
* | bashrc/main: use rebase to preserve local commits | Alexander Sulfrian | 2012-07-16 | 1 | -7/+8 |
| | |||||
* | /bashrc/common/prompt: set terminal title | Alexander Sulfrian | 2012-07-13 | 1 | -0/+4 |
| | | | | | if detected a valid terminal (xterm or a rxvt variant) set the icon name and title (better distinction of different terminals) | ||||
* | bashrc/common/prompt: fix detection of tmux and screen | Alexander Sulfrian | 2012-07-13 | 2 | -2/+5 |
| | | | | | | before even a normal terminal with TERM="screen" was detected as screen and f.e. caused problems with connectbot from android (set TERM="screen" but did not understand the screen escape sequences for setting the title) | ||||
* | Xdefaults: open ulrs with simple left mouse klick | Alexander Sulfrian | 2012-07-13 | 1 | -0/+1 |
| | | | | | the default middle click sometimes causes problems: if you miss the url, you will paste the clipboard content | ||||
* | emacs: add smooth scrolling | Alexander Sulfrian | 2012-07-12 | 3 | -0/+204 |
| | |||||
* | gitconfig: enable rerere | Alexander Sulfrian | 2012-07-05 | 1 | -0/+3 |
| | |||||
* | gitconfig: alias tags to tag | Alexander Sulfrian | 2012-07-05 | 1 | -0/+1 |
| | |||||
* | gitconfig: add overview of branches in merge-commit-messages | Alexander Sulfrian | 2012-07-05 | 1 | -0/+3 |
| | |||||
* | gitconfig: add some more clever git aliases | Alexander Sulfrian | 2012-07-05 | 1 | -0/+5 |
| | |||||
* | bash/common: always set WORKON_HOME | Alexander Sulfrian | 2012-06-27 | 1 | -4/+11 |
| | |||||
* | bashrc/common: fix virtual env path | Alexander Sulfrian | 2012-06-27 | 1 | -0/+3 |
| | |||||
* | bashrc/net: do not display error, if fqdn is not valid | Alexander Sulfrian | 2012-06-12 | 1 | -1/+1 |
| | |||||
* | bashrc/net/zedat: initial customization | Alexander Sulfrian | 2012-06-11 | 4 | -0/+18 |
| | |||||
* | bashrc: add possibility to change settings based on the domain | Alexander Sulfrian | 2012-06-11 | 2 | -0/+9 |
| | |||||
* | emacs: do not error, if load of self-compile-mode fails | Alexander Sulfrian | 2012-06-01 | 2 | -1/+1 |
| | | | | | with this change it is possible to compile the emacs file with emacs -batch -f batch-byte-compile "~/.dotfiles/emacs" | ||||
* | emacs: update settings for promela-mode | Alexander Sulfrian | 2012-06-01 | 2 | -8/+9 |
| | |||||
* | emacs.d/promela-mode: fix promela-mode | Alexander Sulfrian | 2012-06-01 | 1 | -1/+1 |
| | |||||
* | bashrc/main: replace tabs with spaces | Alexander Sulfrian | 2012-05-15 | 1 | -2/+2 |
| | |||||
* | emacs.d/lisp: add edit-server.el for chrome extension | Alexander Sulfrian | 2012-05-15 | 1 | -0/+576 |
| | |||||
* | emacs: add quick open shell function | Alexander Sulfrian | 2012-05-15 | 2 | -0/+15 |
| | | | | | open-buffer-shell<f12> open an urxvt in the directory of the file in the current buffer | ||||
* | emacs: added edit-server for the chrome extension | Alexander Sulfrian | 2012-05-15 | 2 | -0/+14 |
| | |||||
* | bashrc/main: possibility to start in different directory | Alexander Sulfrian | 2012-05-12 | 1 | -1/+5 |
| | | | | | | use $DIR environment variable to start the shell in another directory than the home directory. this is currently used by the emacs quick-open-shell function | ||||
* | bashrc/main: use tag instead of branch to track old origin | Alexander Sulfrian | 2012-05-12 | 1 | -7/+11 |
| | | | | | use tag to track the base of the current "rebase" and update tag before cherry-pick and stash to be the real base | ||||
* | bash/common/prompt: fix for newer git version | Alexander Sulfrian | 2012-05-11 | 1 | -1/+5 |
| | | | | | | newer git versions print "Changes not staged for commit:" and not "Changed but not updated:" if changed files are in the working dir but not in the index | ||||
* | bashrc/common/env: added detection for a valid editor | Alexander Sulfrian | 2012-05-07 | 1 | -1/+8 |
| | |||||
* | bashrc/main: some less output | Alexander Sulfrian | 2012-05-07 | 1 | -6/+6 |
| | |||||
* | Revert "bashrc/main: do not update on non interactive shell but set environment" | Alexander Sulfrian | 2012-05-06 | 1 | -1/+4 |
| | | | | | | | | This reverts commit 520dcb9f6dba95066296de9f71e398cc30b84f69. Conflicts: bashrc/main.sh | ||||
* | bashrc/main: make grep in git-status more strict | Alexander Sulfrian | 2012-05-04 | 1 | -1/+1 |
| | |||||
* | bashrc/main: old-origin should not be tracking | Alexander Sulfrian | 2012-05-04 | 1 | -1/+1 |
| | |||||
* | bashrc/main: leave .dotfiles directory after timeout | Alexander Sulfrian | 2012-05-04 | 1 | -0/+1 |
| | |||||
* | bashrc/main: timeout fetch after 3s | Alexander Sulfrian | 2012-05-04 | 1 | -1/+1 |
| | |||||
* | bashrc/main: fix check if shell is interactive | Alexander Sulfrian | 2012-05-04 | 1 | -1/+1 |
| | |||||
* | bashrc/main: update could now handle force pushes to the server | Alexander Sulfrian | 2012-05-04 | 1 | -1/+28 |
| | |||||
* | bashrc/main: timeout git fetch origin after 5s | Alexander Sulfrian | 2012-05-04 | 1 | -1/+15 |
| | |||||
* | bashrc/main: do not update on non interactive shell but set environment | Alexander Sulfrian | 2012-05-04 | 1 | -4/+1 |
| | |||||
* | emacs: do not display template message about prompts | Alexander Sulfrian | 2012-05-04 | 2 | -1/+3 |
| | |||||
* | emacs: use template-mode instead of template-simple | Alexander Sulfrian | 2012-05-04 | 3 | -420/+4 |
| | |||||
* | bashrc: load all common modules using a wildcard | Alexander Sulfrian | 2012-04-26 | 1 | -36/+2 |
| | |||||
* | virtualenv: load virtualenvwrapper everywhere if its enabled | Alexander Sulfrian | 2012-04-26 | 2 | -2/+3 |
| | |||||
* | emacs.d: updated byte-compile files | Alexander Sulfrian | 2012-04-25 | 2 | -0/+0 |
| | |||||
* | emacs.d/lisp: fix color-themes setup | Alexander Sulfrian | 2012-04-25 | 4 | -4/+5 |
| | |||||
* | emacs.d/lisp: added color-theme module | Alexander Sulfrian | 2012-04-25 | 2 | -0/+1664 |
| | |||||
* | emacs: add user settings (name, email) | Alexander Sulfrian | 2012-04-25 | 1 | -0/+3 |
| | |||||
* | emacs: removed legacy setting | Alexander Sulfrian | 2012-04-25 | 1 | -1/+0 |
| | |||||
* | emacs: reorder settings | Alexander Sulfrian | 2012-04-25 | 1 | -1/+1 |
| |