aboutsummaryrefslogtreecommitdiff
path: root/etc/sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* etc/sh/rc: Put the f() preview window aboveEuAndreh2023-02-241-1/+5
|
* etc/sh/rc: Put the g() fzf preview-window aboveEuAndreh2023-02-231-5/+5
| | | | | For long file names or long code lines, that don't fit on half the screen.
* etc/sh/rc: Remove "vi" aliasEuAndreh2023-02-231-1/+0
|
* etc/sh/rc: Add missing -E to git grep in g()EuAndreh2023-02-231-1/+1
|
* etc/sh/rc: Add $LEIN_SUPPRESS_USER_LEVEL_REPO_WARNINGS variableEuAndreh2023-02-221-0/+1
|
* Fix f() and g() functions, with help of remembering(1) and highlight(1)EuAndreh2023-02-211-33/+75
|
* etc/sh/rc: Show hostname in $PS1 if on SSH session on different desktopEuAndreh2023-02-201-1/+9
|
* etc/sh/rc: Join both "if $DISPLAY" sectionsEuAndreh2023-02-201-3/+6
|
* Use xss-lock, i3lock and xset to lock after 5 minutes on usurpadorEuAndreh2023-02-201-2/+6
|
* Remove all code referring to backlight tweakingEuAndreh2023-02-171-1/+0
|
* etc/sh/rc: export $VG_FLAGSEuAndreh2022-12-241-0/+7
|
* etc/sh/rc: Remove -flto from $CFLAGS and $LDFLAGSEuAndreh2022-12-181-2/+1
|
* etc/sh/rc: Add _POSIX_C_SOURCE to $CFLAGS by defaultEuAndreh2022-12-161-1/+1
|
* etc/sh/rc: Use -O0 optimizations by defaultEuAndreh2022-12-081-1/+1
|
* etc/sh/rc: Fallback values when $XDG_DOWNLOAD_DIR does not existEuAndreh2022-12-071-1/+1
|
* etc/guix/home.scm: Use exported environment variables over custom build of ↵EuAndreh2022-12-021-0/+2
| | | | gPodder
* etc/guix/home.scm: Move custom built packages to shell aliasesEuAndreh2022-12-021-0/+3
|
* etc/sh/rc: Update $BORG_PASSCOMMANDEuAndreh2022-11-301-1/+1
|
* etc/sh/rc: Add $TZ variableEuAndreh2022-11-301-0/+1
|
* etc/sh/rc: Add "--no-print-directory" to make(1) aliasEuAndreh2022-11-281-1/+1
|
* etc/sh/rc: Allow f(1) to work without any argumentsEuAndreh2022-11-281-2/+2
|
* etc/sh/cronjob.sh: Add $(hostname) to cronjob subjectEuAndreh2022-11-281-1/+1
|
* etc/sh/cronjob.sh: Run cronjobs with increased nicenessEuAndreh2022-11-241-1/+1
|
* Revert "Revert "Move email, IRC and Atom into Thunderbird""EuAndreh2022-11-241-0/+1
| | | | | | | This reverts commit 3dcbe37baab74e089dee6f93d74a8824f5591478. The Postfix local server is still a bit janky and being worked on, now can be used to replace the previous email toolchain.
* Use opt/bin-dirs/ as a registry of extra manual bin directoriesEuAndreh2022-11-171-0/+4
|
* etc/sh/root-rc: Fix ShellCheck warningsEuAndreh2022-11-161-2/+6
|
* Revert "etc/sh/rc: Remove ~/.bashrc symlink"EuAndreh2022-11-151-0/+2
| | | | | | | This reverts commit 8112f1be52f61ccee08d70d9928b562a0f2f2e08. Launching a new "guix shell" or a new st instance doesn't load .profile, but .bashrc instead.
* Revert "Move email, IRC and Atom into Thunderbird"EuAndreh2022-11-121-0/+3
| | | | | | | This reverts commit 9e65133659eb92c65c730b83d68c81e9d2df4251. I'm still using msmtpq for git-send-email. So I'll have to work that out before removing *all* email configuration.
* Move email, IRC and Atom into ThunderbirdEuAndreh2022-11-121-3/+0
|
* etc/sh/rc: Rename reload() to r(); remove alias for "r"EuAndreh2022-11-061-3/+1
|
* etc/sh/rc (PS1): Use early returns on the helper functionsEuAndreh2022-11-061-28/+37
|
* etc/sh/rc (PS1): Inline call to "vcs ps1"EuAndreh2022-11-061-5/+1
|
* etc/sh/rc: Remove ~/.bashrc symlinkEuAndreh2022-11-051-2/+0
| | | | | Since I'm always in tmux, and tmux loads ~/.profile when launching a new terminal, this file adds little value.
* Move XDG_* variables from etc/sh/rc to Guix HomeEuAndreh2022-11-051-6/+0
|
* etc/sh/cronjob.sh: Load ~/.profile over ad-hoc ~/.usr/etc/sh/rc fileEuAndreh2022-11-051-1/+4
|
* etc/sh/rc: Include $DICPATH in `add_prefix()`EuAndreh2022-11-051-0/+1
|
* etc/sh/rc: Add alias for khalEuAndreh2022-10-281-0/+1
|
* etc/sh/vcs-ps1.sh: Inline $PS1 in etc/sh/rcEuAndreh2022-10-272-103/+86
|
* etc/sh/vcs-ps1.sh: Simplify, using vcs(1)EuAndreh2022-10-271-99/+1
|
* etc/sh/rc: Refactor "s", "d" and "ds" aliases using the new vcs(1)EuAndreh2022-10-271-3/+3
|
* etc/sh/rc: Use "bc -l" by default with an aliasEuAndreh2022-10-271-0/+1
|
* etc/sh/root-rc: Add /root/.profile contentsEuAndreh2022-10-271-0/+83
|
* Move some FIXME markers to ~/.usr/FIXME fileEuAndreh2022-10-241-4/+1
|
* etc/sh/vcs-ps1.sh: Fix $JOBS countEuAndreh2022-10-221-1/+1
| | | | | | Bug introduced in 7c3a0a4f09c81558918b66deeafa486234a73294, when ShellCheck suggested to replace a 'grep | wc -l' combo with 'grep -c', but when I did I mishandled the '-v' option that was there.
* etc/sh/rc: Remove rreloadEuAndreh2022-10-211-5/+0
|
* Fix all ShellCheck warningsEuAndreh2022-10-203-1/+3
| | | | IOW, `make check-shellcheck` passes.
* bin/cl: Add first working version, integrated with Makefile and etc/sh/rcEuAndreh2022-10-191-0/+1
|
* etc/sh/rc: Stop wraping perl with rlwrapEuAndreh2022-10-191-1/+0
|
* etc/sh/rc: Move generation of GPG/SSH public keys and e.list.txt to MakefileEuAndreh2022-10-191-26/+0
|
* etc/sh/rc: Move creation of common-lisp/source to MakefileEuAndreh2022-10-191-5/+0
|