aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.after/export.zsh
Commit message (Collapse)AuthorAgeFilesLines
* export.zsh: Change TERM to screen-256colorDavid Runge2021-02-071-1/+1
| | | | | | | .zsh.after/export.zsh: The use of tmux-256color as $TERM leads to annoying artifacts in ncurses based applications upon resize of the terminal multiplexer. The use of screen-256color does not exhibit this problem.
* .zsh.after/export.zsh: If brew is found in PATH, export a few environment ↵David Runge2020-03-031-0/+7
| | | | variables for it.
* .zsh.after/export.zsh: Remove useless AURDEST export.David Runge2019-07-071-3/+0
|
* Merge branch 'master' of git.sleepmap.de:config/dotfilesDavid Runge2018-11-241-2/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of git.sleepmap.de:config/dotfiles: (36 commits) .config/packages-community.txt: Adding pd-lua. .config/systemd/user/mpd@.service: Adding local override for mpd@ user service. Raising LimitRTPrio to 75, as some threads in mpd apparently require it. .config/jack/*: Changing all configurations for jack@ user service (as its layout has changed). .gitignore: Removing ignore of .config/systemd (time to add some local overrides). .config/packages-aur.txt: Removing ssr (now in [community]). .config/systemd/user/jack@.service: Adding a local jack@ user service, so no package is required. .config/packages-community.txt: Adding dragonfly-reverb, libmusicxml, ssr and wolf-shaper. .ncmpcpp/config: Switching to local visualizer fifo. Using visualizer_type ellipse. .zsh.after/aliases.zsh: Removing useless pacsearch overloading. bin/setup_screens: Fixing and simplifying various things with the help of shellcheck. Using a separate get_display function to retrieve DISPLAY. bin/xorg_autolock: Properly quoting variables. Abstracting lock_cmd. bin/xorg_lock: Properly quote variables. Rename variables for better readibility. .xprofile: Repaired with the help of shellcheck. .config/packages-community.txt: Adding marsyas. .config/packages-aur.txt: Removing gmsynth.lv2 (now in community). Adding librenms and patroneo-git. .config/packages-community.txt: Adding ams-lv2, beatslash-lv2, gmsynth.lv2, lib32-fluidsynth, lsp-plugins, lvtk, stk and removing ssmtp. bin/cs: Fixing script according to shellcheck. .config/packages-community.txt: Adding nextcloud-app-spreed. .vim/addons-settings.vim: Adding supercollider settings for split in tmux. .config/linuxsampler.org/Qsampler.conf: Remove, because it makes no sense in repo. ...
| * .zsh.after/export.zsh: Don't use tmux-256color in tmux on Debilian because ↵David Runge2018-09-131-2/+1
| | | | | | | | it's too old.
* | .zsh.after/export.zsh: Expanding check for and setting of locale settings to ↵David Runge2018-11-241-4/+25
|/ | | | very special whackOS settings. Exporting pipenv settings to expose them globally. Exporting TTY to GPG_TTY instead of calling tty everytime.
* .zsh.after/export.zsh: Not exporting SSH_AUTH_SOCK for root and when on ↵David Runge2018-04-191-1/+5
| | | | macOS. Explicitely pointing TMUX_TMPDIR to /tmp on macOS.
* .zsh.after/export.zsh: Fixing export of TERM for tmux on macOS and ↵David Runge2018-04-171-2/+2
| | | | TMUX_TMPDIR on macOS.
* .zsh.after/export.zsh: Fixing export of TERM for tmux and screen.David Runge2018-02-221-0/+2
| | | | .tmux.conf: Switching to tmux-256color for within tmux.
* .zsh.after/export.zsh: Moving AURDEST to subdirectory of ~/packages.David Runge2017-11-041-1/+1
|
* .zsh.after/export.zsh: Adding AURDEST for pacaur to not have packages dumped ↵David Runge2017-08-091-0/+3
| | | | in .cache.
* .zsh.after/export.zsh: Moving TMUX_TMPDIR to XDG_RUNTIME_DIR.David Runge2017-06-261-1/+1
|
* .zsh.after/export.zsh: Setting TERM to be xterm-256color, when not in tmux.David Runge2017-03-161-1/+1
|
* .zsh.after/export.zsh: Adding exports for LANG, LC_TIME and LC_MONETARY if ↵David Runge2017-03-091-2/+12
| | | | seaked locales are available in the system.
* .zsh.after/export.zsh: Adding SYSTEMD_EDITORDavid Runge2017-01-261-0/+3
|
* .zsh.after/export.zsh: Export keyboard settings for sway.David Runge2016-08-091-0/+3
|
* .zsh.after/export.zsh: Adding root auto-logout after 6 minutes.David Runge2015-11-241-0/+7
|
* .zsh.after/export.zsh: Fixing some typos and adding additional comments. ↵David Runge2015-10-221-21/+11
| | | | Adding XDG_RUNTIME_DIR for tmux's TMUX_TMPDIR. Moving SSH_AUTH_SOCK to XDG_RUNTIME_DIR. Separating ssh-agent and gpg-agent again. Setting GPG_TTY to current tty. Setting GPG_AGENT_INFO to empty string, so gpg-agent can be found.
* .zsh.after/export.zsh: Export different TERM variable when in tmux.David Runge2015-04-241-1/+5
|
* .zsh.after/export.zsh: Re-add keychain functionality for.. Debian.David Runge2015-04-141-7/+10
|
* export.zsh: Don't use /run/user/ directory for roots TMUX_TMPDIR.David Runge2015-03-111-1/+3
|
* export.zsh: Adding TMUX_TMPDIR to exports.David Runge2015-02-171-0/+2
|
* export.zsh: Adding an explicit start of gpg-agent.David Runge2015-02-151-0/+2
|
* export.zsh: Add export for GnuPG started as daemon on demand and emulating ↵David Runge2015-02-151-0/+10
| | | | ssh-agent.
* export.zsh: Use xterm-color as default for TERM. CleanupDavid Runge2014-12-081-9/+4
|
* export.zsh: Setting default TERM and LC_TIME for all.David Runge2014-12-081-7/+8
|
* export.zsh: Unified settings for TERM and LC_TIME for some machines.David Runge2014-11-301-8/+3
|
* export.zsh: Lowering REPORTTIME to 5 (seconds)David Runge2014-11-281-1/+1
|
* zsh: Adding config files for zprezto, zsh settings and prompts, to comply ↵David Runge2014-10-311-4/+4
| | | | with the way zprezto gets started
* Added switch-case for different machinesDavid Runge2014-10-061-3/+13
|
* Added BROWSER, LC_TIME and set TERM to xterm-termite.David Runge2014-10-061-3/+4
|
* Added BROWSER, LC_TIME and set TERM to xterm-termite.David Runge2014-10-061-1/+6
|
* Changing to TERM=rxvt-256color because of line tearing with unicode variantDavid Runge2014-05-051-1/+1
|
* Export non-reparenting settings for JavaDavid Runge2014-04-161-0/+3
|
* Fixing vimpager to work as less replacement properly.David Runge2014-04-151-3/+3
|
* Leaving giev with less as pager, rest is set to vimpagerDavid Runge2014-04-091-2/+7
|
* Using vimpager instead of less, using rxvt-unicode-256color as standard ↵David Runge2014-04-081-2/+4
| | | | instead of screen-256colors (this might need per host switching)
* Adding screen-256color for all hostsDavid Runge2014-01-181-5/+1
|
* Adding screen-256color export for TERM variable for host hoemyDavid Runge2013-12-281-1/+1
|
* Added pacman alias for searching through local package names. Added TERM ↵David Runge2013-11-241-1/+1
| | | | export for beaglebone.
* Modified export for Raspberry Pi + fixDavid Runge2013-11-031-1/+1
|
* Modified export for Raspberry PiDavid Runge2013-11-031-0/+6
|
* Merging of several source files for zsh and others.David Runge2013-11-031-0/+4
|
* First commitDavid Runge2013-11-031-0/+6