summaryrefslogtreecommitdiffstats
path: root/bashrc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bashrc/bin/t: fix typoAlexander Sulfrian2014-04-171-3/+3
|
* tmux: config and socket in dofiles directoryAlexander Sulfrian2014-04-141-4/+29
|
* bash/bin/copy: fix escapingAlexander Sulfrian2012-10-221-1/+1
|
* bash/net/zedat/alias: add ssh tunnel for delugeAlexander Sulfrian2012-10-181-0/+1
|
* bash/net/zedat/env: add prefix to LD_LIBRARY_PATH and PYTHONPATHAlexander Sulfrian2012-10-181-0/+2
| | | | debian python packages need some special magic
* bash/common/alias: colorfull ls by defaultAlexander Sulfrian2012-10-181-0/+2
|
* main: unset DIR after startAlexander Sulfrian2012-10-181-0/+1
| | | | | new executions should not inherit the DIR parameter from the parent environment, so unset the variable after using it
* bashrc/main: no need for reset anymoreAlexander Sulfrian2012-07-161-9/+4
|
* bashrc/main: some optimizationAlexander Sulfrian2012-07-161-2/+2
|
* bashrc/main: use rebase to preserve local commitsAlexander Sulfrian2012-07-161-7/+8
|
* /bashrc/common/prompt: set terminal titleAlexander Sulfrian2012-07-131-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 screenAlexander Sulfrian2012-07-131-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)
* bash/common: always set WORKON_HOMEAlexander Sulfrian2012-06-271-4/+11
|
* bashrc/common: fix virtual env pathAlexander Sulfrian2012-06-271-0/+3
|
* bashrc/net: do not display error, if fqdn is not validAlexander Sulfrian2012-06-121-1/+1
|
* bashrc/net/zedat: initial customizationAlexander Sulfrian2012-06-114-0/+18
|
* bashrc: add possibility to change settings based on the domainAlexander Sulfrian2012-06-112-0/+9
|
* bashrc/main: replace tabs with spacesAlexander Sulfrian2012-05-151-2/+2
|
* bashrc/main: possibility to start in different directoryAlexander Sulfrian2012-05-121-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 originAlexander Sulfrian2012-05-121-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 versionAlexander Sulfrian2012-05-111-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 editorAlexander Sulfrian2012-05-071-1/+8
|
* bashrc/main: some less outputAlexander Sulfrian2012-05-071-6/+6
|
* Revert "bashrc/main: do not update on non interactive shell but set environment"Alexander Sulfrian2012-05-061-1/+4
| | | | | | | | This reverts commit 520dcb9f6dba95066296de9f71e398cc30b84f69. Conflicts: bashrc/main.sh
* bashrc/main: make grep in git-status more strictAlexander Sulfrian2012-05-041-1/+1
|
* bashrc/main: old-origin should not be trackingAlexander Sulfrian2012-05-041-1/+1
|
* bashrc/main: leave .dotfiles directory after timeoutAlexander Sulfrian2012-05-041-0/+1
|
* bashrc/main: timeout fetch after 3sAlexander Sulfrian2012-05-041-1/+1
|
* bashrc/main: fix check if shell is interactiveAlexander Sulfrian2012-05-041-1/+1
|
* bashrc/main: update could now handle force pushes to the serverAlexander Sulfrian2012-05-041-1/+28
|
* bashrc/main: timeout git fetch origin after 5sAlexander Sulfrian2012-05-041-1/+15
|
* bashrc/main: do not update on non interactive shell but set environmentAlexander Sulfrian2012-05-041-4/+1
|
* bashrc: load all common modules using a wildcardAlexander Sulfrian2012-04-261-36/+2
|
* virtualenv: load virtualenvwrapper everywhere if its enabledAlexander Sulfrian2012-04-262-2/+3
|
* bashrc/common/shopt: fix timestamp in historyAlexander Sulfrian2012-04-241-1/+1
|
* bashrc/common/browser: refactor script to make it more flexibleAlexander Sulfrian2012-04-241-10/+9
|
* bin/t: remove redirection from tmux ls commandAlexander Sulfrian2012-04-241-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
* ssh-agent-forwarding: do not spam tmp with empty temp filesAlexander Sulfrian2012-01-311-2/+2
|
* starsystems: updated pkg_path for new releaseAlexander Sulfrian2012-01-311-1/+1
|
* prompt: add braces around vcs statusAlexander Sulfrian2012-01-221-1/+1
|
* prompt: do not display root username, only red # at end of promptAlexander Sulfrian2012-01-221-8/+7
|
* prompt: change some colorsAlexander Sulfrian2012-01-111-7/+6
|
* prompt: really fix spacingAlexander Sulfrian2012-01-111-2/+2
|
* prompt: fixed spacing after host as rootAlexander Sulfrian2012-01-111-6/+7
|
* common/prompt: display if currently using a python virtual envAlexander Sulfrian2012-01-101-2/+5
|
* common/prompt: hide user if alex, hide host if laptopAlexander Sulfrian2012-01-101-3/+7
|
* node/laptop: added virtualenv python startupAlexander Sulfrian2012-01-101-0/+9
|
* fix redirection of stderrAlexander Sulfrian2011-12-091-3/+3
| | | | 2>&1 has to be after the redirection of stdout
* first check if locale binary existsAlexander Sulfrian2011-12-091-4/+6
| | | | | under openbsd locale is not available, so disable locale handling to avoid errors
* fixed handling of localesAlexander Sulfrian2011-12-071-1/+3
|