1
1
Fork 0
Commit graph

87 commits

Author SHA1 Message Date
29d698b390 zshrc: Improve finding GnuPG SSH socket 2023-04-30 10:39:16 +00:00
0a4d71b762 zshrc: Fix ObjFW flags for Nintendo Switch 2023-04-10 18:30:33 +00:00
6827a9102b zshrc: Don't assume sysctl is in PATH 2022-12-22 02:25:03 +00:00
456a67e63f zshrc: Set --build for DJGPP
Without it, it assumes it's not cross-compiling if wine is installed.
And then fails.
2022-12-10 15:15:47 +00:00
42df8d2bba ssh_config: Default to IdentitiesOnly yes 2022-12-04 23:47:44 +00:00
802b147758 zshrc: Add cross djgpp 2022-12-04 23:46:17 +00:00
2408c0965c zshrc: Fix typo 2022-11-27 23:10:24 +00:00
d90aa96a03 Set MAKEFLAGS on NetBSD 2022-11-27 23:03:51 +00:00
fe8461f4b8 Bring zsh and fish back in sync 2022-11-25 22:16:50 +00:00
7c6cb25130 zshrc: Add classic macOS to cross 2022-11-25 21:36:11 +00:00
660bce5291 zshrc: Reduce indentation for case 2022-11-25 21:30:21 +00:00
bb49c3b2e8 zshrc: Several changes
* Make i a local variable
* Make flgrep more reliable
* Switch MorphOS cross-compiler to GCC 11
2022-10-22 20:17:10 +00:00
c0136e5d85 zshrc: Use sed -e instead of sed | sed 2022-08-15 23:40:08 +00:00
e1e8f189ab cross switch: Include $DEVKITPRO/tools/bin in PATH 2022-07-17 19:04:10 +00:00
6ecdbc44c1 zshrc: Fix "cross switch" 2022-07-17 16:51:14 +00:00
e580729bf5 cross wii-u: Include $DEVKITPRO/tools/bin in PATH 2022-07-14 20:44:29 +00:00
88aea3edb3 zshrc: Use -isysroot for cross ios 2022-04-24 11:20:13 +00:00
4c97950fdd Use full host for tmux and sudo 2022-01-07 16:06:48 +00:00
356e2f2a0b Derive MAKEFLAGS on macOS 2021-10-31 15:11:16 +00:00
fa1eb19c36 zshrc: Derive MAKEFLAGS if we have nproc 2021-10-30 13:03:11 +00:00
7dcb416f6d zshrc: Add power_now function 2021-09-23 22:19:50 +00:00
3ee2074bd8 zshrc: flveri: Print the revision being verified 2021-09-14 18:17:16 +00:00
b6ba827351 zshrc: Make sure GPG agent is running 2021-08-29 07:47:43 +00:00
53717fe477 zshrc: Use GCC 10 for MorphOS cross compiler 2021-08-29 07:45:27 +00:00
63caf3a695 zshrc: Add uart command 2021-04-05 20:06:33 +00:00
e36d1afffa zshrc: Work around gnupg agent path on Fedora
Fedora seems to put it in $XDG_RUNTIME_DIR/gnupg/<random string>. Check
if $XDG_RUNTIME_DIR/gnupg exists and pick the first socket we find in
there (there should only be one).
2021-03-27 12:14:43 +00:00
12a46dc630 zshrc: Use wl-copy on Wayland 2021-03-21 10:14:56 +00:00
52089ca481 zshrc: Add flveri command to verify Fossil commits 2021-01-02 21:40:25 +00:00
74e47e208a Add flpu, a combination of fossil pull & up 2021-01-01 22:00:05 +00:00
fbf3a0a6d0 zshrc: Add fallback for 8 color terminals 2020-12-28 03:59:01 +00:00
cf67c7ae47 Don't rely on tput 2020-09-18 13:47:57 +00:00
245e331014 Rename gpg-s* to gs* 2020-09-12 13:17:24 +00:00
421f78770a Make SUDO_PROMPT less blinding 2020-09-11 12:51:39 +00:00
3fb80639a7 Improve SUDO_PROMPT 2020-09-10 20:49:57 +00:00
f78127392f zshrc: Add SUDO_PROMPT 2020-09-10 20:06:28 +00:00
4e37bd1514 zshrc: Clean up now unused variable 2020-09-09 19:44:12 +00:00
1fca49fa40 zshrc: Clean up a little 2020-08-30 18:25:16 +00:00
dc82e6298f Add cvsd to get a colored cvs diff 2020-08-30 03:44:27 +00:00
1919ca4e47 zshrc: Set CVS_RSH to ssh 2020-08-29 20:15:59 +00:00
cb958c0da3 Include user in prompt if not the normal user 2020-08-23 12:07:26 +00:00
f60631992d Only apply flgrep to current directory & children 2020-08-15 15:52:57 +00:00
02797af27b Add flgrep to grep tracked files in a Fossil repo 2020-08-15 15:25:31 +00:00
8d75c7937c zshrc: More ways to check for truecolor terminal 2020-06-14 21:00:06 +00:00
58d4d12498 zshrc: Add support for 24-bit color 2020-06-14 20:54:36 +00:00
d08c149859 zshrc: Add cross() command like in fish 2020-06-04 22:01:41 +00:00
39eb3eaaf0 zshrc: Add fl2git command to export Fossil -> Git 2020-06-01 09:34:31 +00:00
6fdf035b54 git2fl: Fix incremental import 2020-05-30 15:41:17 +00:00
1850ff44ff zshrc: Add git2fl command to import Git -> Fossil 2020-05-30 13:14:34 +00:00
5b0d6744de Prefer Fossil branch over Git branch in prompt 2020-05-28 23:17:45 +00:00
1c7c719fa5 zshrc: Check if --color is supported by ls & grep 2020-05-26 20:05:20 +00:00