aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.after
Commit message (Collapse)AuthorAgeFilesLines
* zsh: move includes to XDG compliant locationsDavid Runge2021-09-2810-1230/+0
| | | | | | | | | .config/zsh/{functions,includes}/*: Move functions and includes to XDG compliant locations. .zshrc: Include functions and other includes from XDG compliant locations. Remove use of prepend-sudo function.
* zsh: Add editor exportsDavid Runge2021-09-281-0/+4
| | | | | .zsh.after/export.zsh: Add editor exports for vim.
* zsh: move path definitionsDavid Runge2021-09-281-0/+19
| | | | | .zsh.before/path.zsh -> .zsh.after/path.zsh: Move path definitions to 'after' location.
* zsh add global aliasesDavid Runge2021-09-281-2/+13
| | | | | .zsh.after/aliases.zsh: Add global aliases to 'after' location.
* zsh: add aliases for systemctl editDavid Runge2021-09-281-0/+2
| | | | | .zsh.after/aliases.zsh: Add convenience aliases for systemctl edit.
* aliases.zsh: Drop privileges and change mpv argsDavid Runge2021-02-071-4/+4
| | | | | | .zsh.after/aliases.zsh: Adhere to changes to mpv for how to pass parameters. Do not escalate privileges if not necessary for systemctl related calls.
* 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.
* functions.zsh: Various improvementsDavid Runge2021-02-071-1/+10
| | | | | | | .zsh.after/functions.zsh: Add .deb support to lstar(). Add pasters() to paste stdin to paste.rs. Change inproxychrome to rely on a separate chromium profile.
* Replace use of hostname with internalDavid Runge2020-07-261-1/+1
| | | | | .zsh.after/hostspecific.zsh: Replace the use of `hostname` with the internal HOST variable.
* Add supported extension to ex and lstarDavid Runge2020-07-241-0/+6
| | | | | | .zsh.after/functions.zsh: Add .whl (Python wheel) as supported extension for the ex() and lstar() functions.
* .zsh.after/functions.zsh: Forcing extraction of zstd tars to be local (ex() ↵David Runge2020-04-181-1/+1
| | | | does not work with files that have a colon, as tar thinks it is a remote resource).
* .zsh.after/aliases.zsh: Adding Holoplot related key to ssh.add alias.David Runge2020-04-181-1/+1
|
* .zsh.after/functions.zsh: Adding options for *.tar.lz, and *.zst to ex() and ↵David Runge2020-03-101-1/+7
| | | | lstar().
* .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/functions.zsh: Adding .tar.lz and .lz to ex() and lstar() ↵David Runge2019-10-011-0/+6
| | | | (respectively).
* .zsh.after/export.zsh: Remove useless AURDEST export.David Runge2019-07-071-3/+0
|
* .zsh.after/aliases.zsh: Setting mpv alias depending on whether on Xwayland ↵David Runge2019-07-071-1/+5
| | | | or X11.
* .zsh.after/functions.zsh: Adding function to display contents of various ↵David Runge2019-03-191-0/+44
| | | | compressed files.
* Merge branch 'master' of git.sleepmap.de:config/dotfilesDavid Runge2018-11-243-4/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '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/aliases.zsh: Removing useless pacsearch overloading.David Runge2018-11-171-1/+0
| |
| * .zsh.after/functions.zsh: Make rsync output in backup_folder() human ↵David Runge2018-09-131-1/+2
| | | | | | | | readable. Remove weird custom coloring foo.
| * .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/aliases.zsh: Adding mpv alias (without explicit audio output) for ↵David Runge2018-04-231-1/+3
| | | | macOS).
* .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/aliases.zsh: Adding special version of ssh.new for macOS.David Runge2018-04-171-2/+4
| | | | Removing redundant and useless ls aliases.
* .zsh.after/aliases.zsh: Adding fuzzy search for subtitles to mpv.David Runge2018-03-271-1/+1
|
* .zsh.after/aliases.zsh: Sort files naturally.David Runge2018-03-081-1/+1
|
* .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/aliases.zsh: Renaming pacfile to pacown, as it was shadowing ↵David Runge2018-02-031-1/+1
| | | | /usr/bin/pacfile.
* .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/functions.zsh: Adding support to export .asc files using gpg ↵David Runge2017-03-081-0/+3
| | | | within ex().
* .zsh.after/aliases.zsh: Removing sudo for user services.David Runge2017-02-201-3/+3
|
* .zsh.after/aliases.zsh: Fixing the pacconf command to properly find files ↵David Runge2017-02-181-1/+1
| | | | exclusively.
* .zsh.after/hostspecific.zsh: Further defining the client names in host ↵David Runge2017-02-181-1/+1
| | | | specific files.
* .zsh.after/aliases.zsh: Properly define systemctl --system list commands. ↵David Runge2017-02-171-4/+7
| | | | Add a systemctl cat alias for user and system services.
* .zsh.after/functions.zsh: Adding new functions for journalctl.David Runge2017-02-171-0/+84
|
* .zsh.after/aliases.zsh: Adding/updating aliases for systemctl and journalctl.David Runge2017-02-171-14/+28
|
* .zsh.after/export.zsh: Adding SYSTEMD_EDITORDavid Runge2017-01-261-0/+3
|
* .zsh.after/aliases.zsh: Adding github ed25519 key to ssh-add alias.David Runge2017-01-151-1/+1
|
* .zsh.after/functions.zsh: Removing useless functions. Refactoring ex().David Runge2017-01-091-241/+48
|
* .zsh.after/aliases.zsh: Adding rsa key for TU to ssh-add.David Runge2016-10-141-1/+1
|
* .zsh.after/functions.zsh: Add switch/case for trvlr to mount storage mSATA.David Runge2016-09-221-0/+11
|
* .zsh.after/functions.zsh: Removing exit (preventing closing of shell).David Runge2016-09-071-2/+0
|
* Merge branch 'master' of sleepmap.de:config/dotfilesDavid Runge2016-08-163-3/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of sleepmap.de:config/dotfiles: (28 commits) .config/qtile/config.py: Disabling broken TreeTab layout. Adding scide to dev. Changing background picture to lowercase. Enabling notification widget. .zsh.after/aliases.zsh: Adding automatic selection of audio backends for mpv. bin/set_volume: Adding further increase/decrease shortcuts. .scvimrc: Adding system runtimepath for .sc files. .config/mpd/mpd-trvlr-jack.conf: Adding mpd configuration for trvlr using JACK. .config/mpd/mpd-trvlr.conf: Adding mpd configuration for trlvr. .config/mpd/mpd.conf: Switching audio backend to JACK in default mpd config. .config/conky/side: Removing broken xft settings. .config/compton.conf .config/SuperCollider/startupfiles/rme_fireface800.scd: Removing obsolete configurations. .config/SuperCollider/startup.scd: Adding a generic startupFile for SuperCollider. .gitignore: Unignoring SuperCollider's startup file. .processing/preferences.txt: Removing configuration due to constant regneration and metadata leakage. .config/patchagerc: Removing useless configuration. .config/SuperCollider/sc_ide_conf.yaml: Removing redundant sc_ide_conf.yaml. .arduino/preferences.txt: Removing arduino preferences due to redundancy. .scvimrc: Using horizontal split in tmux. Removing old trash from ftplugin identifiers. Using SClangStart only on scd files. .config/gtk-3.0/gtk.css: Adding css to disable double drawing of menus/title bars and client-side decoration. .config/compton.conf: Disabling fading (too slow). Lowering shadow-radius, so it won't interfere with WM bars. .vdirsyncer/config: Adding 'b wins' conflict_resolution for akt. ...