Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-04-17 | bashrc/bin/t: fix typo | Alexander Sulfrian | 1 | -3/+3 | |
2014-04-14 | tmux: config and socket in dofiles directory | Alexander Sulfrian | 1 | -4/+29 | |
2012-10-22 | bash/bin/copy: fix escaping | Alexander Sulfrian | 1 | -1/+1 | |
2012-10-18 | bash/net/zedat/alias: add ssh tunnel for deluge | Alexander Sulfrian | 1 | -0/+1 | |
2012-10-18 | bash/net/zedat/env: add prefix to LD_LIBRARY_PATH and PYTHONPATH | Alexander Sulfrian | 1 | -0/+2 | |
debian python packages need some special magic | |||||
2012-10-18 | bash/common/alias: colorfull ls by default | Alexander Sulfrian | 1 | -0/+2 | |
2012-10-18 | main: unset DIR after start | Alexander Sulfrian | 1 | -0/+1 | |
new executions should not inherit the DIR parameter from the parent environment, so unset the variable after using it | |||||
2012-07-16 | bashrc/main: no need for reset anymore | Alexander Sulfrian | 1 | -9/+4 | |
2012-07-16 | bashrc/main: some optimization | Alexander Sulfrian | 1 | -2/+2 | |
2012-07-16 | bashrc/main: use rebase to preserve local commits | Alexander Sulfrian | 1 | -7/+8 | |
2012-07-13 | /bashrc/common/prompt: set terminal title | Alexander Sulfrian | 1 | -0/+4 | |
if detected a valid terminal (xterm or a rxvt variant) set the icon name and title (better distinction of different terminals) | |||||
2012-07-13 | bashrc/common/prompt: fix detection of tmux and screen | Alexander Sulfrian | 1 | -2/+2 | |
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) | |||||
2012-06-27 | bash/common: always set WORKON_HOME | Alexander Sulfrian | 1 | -4/+11 | |
2012-06-27 | bashrc/common: fix virtual env path | Alexander Sulfrian | 1 | -0/+3 | |
2012-06-12 | bashrc/net: do not display error, if fqdn is not valid | Alexander Sulfrian | 1 | -1/+1 | |
2012-06-11 | bashrc/net/zedat: initial customization | Alexander Sulfrian | 4 | -0/+18 | |
2012-06-11 | bashrc: add possibility to change settings based on the domain | Alexander Sulfrian | 2 | -0/+9 | |
2012-05-15 | bashrc/main: replace tabs with spaces | Alexander Sulfrian | 1 | -2/+2 | |
2012-05-12 | bashrc/main: possibility to start in different directory | Alexander Sulfrian | 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 | |||||
2012-05-12 | bashrc/main: use tag instead of branch to track old origin | Alexander Sulfrian | 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 | |||||
2012-05-11 | bash/common/prompt: fix for newer git version | Alexander Sulfrian | 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 | |||||
2012-05-07 | bashrc/common/env: added detection for a valid editor | Alexander Sulfrian | 1 | -1/+8 | |
2012-05-07 | bashrc/main: some less output | Alexander Sulfrian | 1 | -6/+6 | |
2012-05-06 | Revert "bashrc/main: do not update on non interactive shell but set environment" | Alexander Sulfrian | 1 | -1/+4 | |
This reverts commit 520dcb9f6dba95066296de9f71e398cc30b84f69. Conflicts: bashrc/main.sh | |||||
2012-05-04 | bashrc/main: make grep in git-status more strict | Alexander Sulfrian | 1 | -1/+1 | |
2012-05-04 | bashrc/main: old-origin should not be tracking | Alexander Sulfrian | 1 | -1/+1 | |
2012-05-04 | bashrc/main: leave .dotfiles directory after timeout | Alexander Sulfrian | 1 | -0/+1 | |
2012-05-04 | bashrc/main: timeout fetch after 3s | Alexander Sulfrian | 1 | -1/+1 | |
2012-05-04 | bashrc/main: fix check if shell is interactive | Alexander Sulfrian | 1 | -1/+1 | |
2012-05-04 | bashrc/main: update could now handle force pushes to the server | Alexander Sulfrian | 1 | -1/+28 | |
2012-05-04 | bashrc/main: timeout git fetch origin after 5s | Alexander Sulfrian | 1 | -1/+15 | |
2012-05-04 | bashrc/main: do not update on non interactive shell but set environment | Alexander Sulfrian | 1 | -4/+1 | |
2012-04-26 | bashrc: load all common modules using a wildcard | Alexander Sulfrian | 1 | -36/+2 | |
2012-04-26 | virtualenv: load virtualenvwrapper everywhere if its enabled | Alexander Sulfrian | 2 | -2/+3 | |
2012-04-24 | bashrc/common/shopt: fix timestamp in history | Alexander Sulfrian | 1 | -1/+1 | |
2012-04-24 | bashrc/common/browser: refactor script to make it more flexible | Alexander Sulfrian | 1 | -10/+9 | |
2012-04-24 | bin/t: remove redirection from tmux ls command | Alexander Sulfrian | 1 | -1/+1 | |
tmux hags when redirecting output (bug in epoll on linux) so do not redirect the output to be able to use the t binary again | |||||
2012-01-31 | ssh-agent-forwarding: do not spam tmp with empty temp files | Alexander Sulfrian | 1 | -2/+2 | |
2012-01-31 | starsystems: updated pkg_path for new release | Alexander Sulfrian | 1 | -1/+1 | |
2012-01-22 | prompt: add braces around vcs status | Alexander Sulfrian | 1 | -1/+1 | |
2012-01-22 | prompt: do not display root username, only red # at end of prompt | Alexander Sulfrian | 1 | -8/+7 | |
2012-01-11 | prompt: change some colors | Alexander Sulfrian | 1 | -7/+6 | |
2012-01-11 | prompt: really fix spacing | Alexander Sulfrian | 1 | -2/+2 | |
2012-01-11 | prompt: fixed spacing after host as root | Alexander Sulfrian | 1 | -6/+7 | |
2012-01-10 | common/prompt: display if currently using a python virtual env | Alexander Sulfrian | 1 | -2/+5 | |
2012-01-10 | common/prompt: hide user if alex, hide host if laptop | Alexander Sulfrian | 1 | -3/+7 | |
2012-01-10 | node/laptop: added virtualenv python startup | Alexander Sulfrian | 1 | -0/+9 | |
2011-12-09 | fix redirection of stderr | Alexander Sulfrian | 1 | -3/+3 | |
2>&1 has to be after the redirection of stdout | |||||
2011-12-09 | first check if locale binary exists | Alexander Sulfrian | 1 | -4/+6 | |
under openbsd locale is not available, so disable locale handling to avoid errors | |||||
2011-12-07 | fixed handling of locales | Alexander Sulfrian | 1 | -1/+3 | |