aboutsummaryrefslogtreecommitdiff
path: root/etc/sh/rc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* etc/sh/rc: Use tcc as default for $CCEuAndreh2023-09-101-2/+1
|
* etc/sh/rc: Rename clear terminal alias "c" -> "cls"EuAndreh2023-08-301-1/+1
|
* etc/sh/rc: Enable autoindent in $EXINITEuAndreh2023-08-281-0/+1
|
* etc/sh/rc: Add $LEIN_HOMEEuAndreh2023-08-221-0/+1
|
* etc/guix/home.scm: Add "universal-ctags" packageEuAndreh2023-08-211-1/+0
| | | | Use the default name emitted by ctags(1) in $EXINIT.
* etc/sh/rc: export separate from NPROC definitionEuAndreh2023-08-211-1/+2
|
* etc/sh/rc: Set $NPROC to `nproc`EuAndreh2023-08-201-1/+1
|
* etc/sh/rc: Override PATH to include $PREFIX at the beginningEuAndreh2023-08-181-1/+1
|
* etc/sh/rc: When X is available, set the keyboard "Insert" keyEuAndreh2023-07-261-0/+1
|
* etc/sh/rc: Remove $EXINIT mapping from tab char in command modeEuAndreh2023-07-181-1/+1
|
* etc/sh/rc: Add note on $EXINITEuAndreh2023-07-141-0/+3
|
* etc/sh/rc: Increase priority of $XDG_PREFIX/bin in $PATHEuAndreh2023-07-111-1/+1
|
* etc/sh/rc: Use FILE of PATH as the name of the argumentEuAndreh2023-07-111-1/+1
|
* etc/sh/rc: Change $LISP_CLI_IMPL to SBCLEuAndreh2023-07-101-1/+1
| | | | | ClozureCL isn't picking up systems, and CLISP doesn't implement package-local nicknames.
* etc/sh/rc: Add $LISP as li(1)EuAndreh2023-07-081-0/+1
|
* etc/sh/rc: Change $LISP_CLI_IMPL to clozureEuAndreh2023-07-071-1/+1
| | | | CLISP doesn't support :local-nicknames yet.
* etc/sh/rc: Remove $LISP variableEuAndreh2023-07-071-1/+0
|
* etc/sh/rc: Add rlwrap alias for li(1)EuAndreh2023-07-071-0/+1
|
* Revert "etc/sh/rc: Do not include $NPROC in $MAKEFLAGS"EuAndreh2023-07-041-1/+1
| | | | | | This reverts commit 339d3ef2521b2a4039880476aabf1a6607fea4a5. Having it there enables $MAKEFLAGS to be compatible with bmake.
* etc/sh/rc: export $NPROCEuAndreh2023-06-301-1/+1
|
* etc/sh/rc: Do not include $NPROC in $MAKEFLAGSEuAndreh2023-06-281-1/+1
|
* etc/sh/rc: Add even even more -W warning flags to $CFLAGSEuAndreh2023-06-271-1/+1
|
* etc/sh/rc: Add even more -W warning flags to $CFLAGSEuAndreh2023-06-271-1/+1
|
* etc/sh/rc: Add more -W warning flags to $CFLAGSEuAndreh2023-06-271-1/+2
|
* etc/sh/rc: Add commented vi mappingsEuAndreh2023-06-211-1/+12
| | | | They all cause nvi(1) to SEGFAULT.
* etc/sh/rc: Exploit more nvi optionsEuAndreh2023-06-211-1/+12
|
* Improve nvi configurationEuAndreh2023-06-211-0/+9
|
* etc/sh/rc: Make sure /run/setuid-programs is always at the beginning of $PATHEuAndreh2023-05-101-0/+2
|
* etc/sh/rc: Stop exporting $NPROCEuAndreh2023-05-071-1/+1
|
* etc/sh/rc: Also exclude vendor/ from tree(1) by defaultEuAndreh2023-04-221-1/+1
|
* etc/sh/rc: Ignore .git in "tree" aliasEuAndreh2023-04-051-1/+1
|
* etc/sh/rc: Fix vcs-ps1 outside repositoryEuAndreh2023-04-021-1/+3
|
* etc/sh/rc: Add timeout to vcs(1) ps1EuAndreh2023-04-021-1/+5
|
* etc/sh/rc: Finalize path_add() functionEuAndreh2023-03-231-16/+16
|
* etc/sh/rc: Enable $DISPLAY to be unset without erroringEuAndreh2023-03-151-1/+1
|
* etc/sh/rc: Remove special handling of $TMUX in $PS1EuAndreh2023-03-111-8/+2
|
* etc/sh/rc: Case-insensitive search by default in g()EuAndreh2023-03-071-1/+1
|
* etc/sh/rc: s/$N_PROCS/$NPROC/gEuAndreh2023-03-071-3/+3
|
* etc/sh/rc: Ignore binary files on g()EuAndreh2023-03-041-1/+1
|
* etc/sh/rc: Use 60% for the preview window in g()EuAndreh2023-03-031-1/+1
|
* etc/sh/rc: Increase size of --preview-window for g()EuAndreh2023-03-021-5/+5
|
* etc/sh/rc: Sleep after 30 minutes instead of 5EuAndreh2023-02-281-1/+1
| | | | 5 minutes is too low, and too annoying.
* 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
|