aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.after/functions.zsh
Commit message (Collapse)AuthorAgeFilesLines
* zsh: move includes to XDG compliant locationsDavid Runge2021-09-281-398/+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.
* 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.
* 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/functions.zsh: Adding options for *.tar.lz, and *.zst to ex() and ↵David Runge2020-03-101-1/+7
| | | | lstar().
* .zsh.after/functions.zsh: Adding .tar.lz and .lz to ex() and lstar() ↵David Runge2019-10-011-0/+6
| | | | (respectively).
* .zsh.after/functions.zsh: Adding function to display contents of various ↵David Runge2019-03-191-0/+44
| | | | compressed files.
* .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/functions.zsh: Adding support to export .asc files using gpg ↵David Runge2017-03-081-0/+3
| | | | within ex().
* .zsh.after/functions.zsh: Adding new functions for journalctl.David Runge2017-02-171-0/+84
|
* .zsh.after/functions.zsh: Removing useless functions. Refactoring ex().David Runge2017-01-091-241/+48
|
* .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-161-3/+7
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '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. ...
| * .zsh.after/functions.zsh: Adding functions to start chromium incognito and ↵David Runge2016-08-091-3/+7
| | | | | | | | with a predefined proxy-server.
* | .zsh.after/functions.zsh: Extending lopen function for apu-serve. Changing ↵David Runge2016-08-161-9/+10
|/ | | | exits into returns.
* .zsh.after/functions.zsh: Adding additional device identifiers for the ↵David Runge2016-04-221-1/+5
| | | | backup disk.
* .zsh.after/functions.zsh: Added umount options for media device.David Runge2015-12-311-0/+3
|
* .zsh.after/functions.zsh: Updating lopen to do bind mounts when using newer ↵David Runge2015-12-301-19/+43
| | | | devices.
* .zsh.after/functions.zsh: Adding video and media harddrives to the lopen ↵David Runge2015-12-231-0/+13
| | | | function.
* .zsh.after/functions.zsh: Adding further device nodes as possible mounting ↵David Runge2015-11-051-2/+20
| | | | points for certain luksOpen actions.
* .zsh.after/functions.zsh: Adding decompression option for .deb files. ↵David Runge2015-11-051-1/+3
| | | | Changing to standard way of creating tar.xz.
* .zsh.after/functions.zsh: Adding additional device for backup-audio, in case ↵David Runge2015-10-221-1/+5
| | | | the harddrive is used in another case.
* .zsh.after/functions.zsh: Adding trvlr laptop for the lopen functionDavid Runge2015-09-061-1/+1
|
* .zsh.after/functions.zsh: Adding new backup hdd. Moving backup-audio to ↵David Runge2015-08-111-1/+4
| | | | former backup disk.
* functions.zsh: Adding TODO for cryptsetup functions.David Runge2015-03-251-0/+1
|
* functions.zsh: Adding gpg to ex function.David Runge2014-12-081-0/+2
|
* functions.zsh: Making rsync functions more readable by splitting lines.David Runge2014-11-281-3/+30
|
* Adding automatic symlinking of shotwell folder upon mount of photos harddriveDavid Runge2014-07-141-0/+3
|
* Adding further convenience functions for md5, copyingDavid Runge2014-05-051-0/+11
|
* Cleaning up functions, adding tar_xzDavid Runge2014-04-181-33/+38
|
* Added convenience wrapper to disable blocking services during umountDavid Runge2014-01-181-1/+9
|
* Adding a backup harddrive to the open functionDavid Runge2014-01-181-1/+4
|
* Added more output and device checks in cryptsetup functionsDavid Runge2013-12-161-1/+5
|
* Updated devices per host for cryptsetupDavid Runge2013-12-161-8/+34
|
* Updated disk/by-id lines for external drives in lopenDavid Runge2013-12-131-2/+2
|
* Included .thumbs folder in the exclude line. Updated echo output.David Runge2013-12-131-3/+3
|
* Added correct device path for external drive. Updated --exclude lines for ↵David Runge2013-12-121-3/+3
| | | | rsync function
* Added functions for info on backing up and backing up folders with rsync ↵David Runge2013-12-101-2/+13
| | | | (not optimized for usage over ssh)
* Added extract functionality for .xzDavid Runge2013-12-041-0/+1
|
* Updating functionsDavid Runge2013-11-201-1/+2
|
* Merging of several source files for zsh and others.David Runge2013-11-031-17/+79
|
* First commitDavid Runge2013-11-031-0/+182