1
1
Fork 0
Commit graph

76 commits

Author SHA1 Message Date
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
fd9e04a090 Add Fossil branch to fish prompt
Also prefer Git over Fossil branch instead of showing both in zsh.
2020-05-24 20:51:51 +00:00
bb3d7920de Add flc as alias for "fossil changes --differ" 2020-05-24 17:30:58 +00:00
3475b60493 Rename fls alias to fl (and flsd to fld) 2020-05-24 13:50:21 +00:00
7f64e66c17 zshrc: Make colordiff fallback work on MSYS2 2020-05-24 13:30:32 +00:00
9ea5a40c70 zshrc: Provide fallback when colordiff is missing 2020-05-24 13:19:47 +00:00
5a460cd7e1 Fix spacing errors 2020-05-24 11:34:52 +00:00
eb1be169aa Pass -N to fossil diff for fsld 2020-05-24 00:24:43 +00:00
73598ec4ba zshrc: Show git and fossil branch at the same time 2020-05-24 00:13:55 +00:00
814080836a zshrc: Use colordiff instead of vim for fsld 2020-05-23 21:36:18 +00:00
04e59955ad zshrc: Remove most fossil aliases again
That was a little bit too much...
2020-05-23 15:33:15 +00:00
e357aec58a zshrc: Separate alias for colored fossil diff 2020-05-23 15:22:27 +00:00