1
1
Fork 0
Commit graph

115 commits

Author SHA1 Message Date
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
51b6c3d533 zshrc: Show the fossil branch 2020-05-23 15:00:03 +00:00
77cc7969d4 zshrc: Add aliases for fossil 2020-05-23 14:55:53 +00:00
55a1a88915 tmux: Keep current directory on c/"/% 2020-05-21 16:03:11 +00:00
bc652d49d8 config.fish: Disable cursor blinking
For whatever reason, something sets fish_cursor_unknown (and no other
fish_cursor_* variable) to "block blink". This causes fish to always
enable cursor blinking in terminals that support this (e.g.
gnome-terminal), causing a blinking cursor in all apps (e.g. vim).
2020-05-09 13:10:27 +00:00
6c4d447427 fish: Switch to hybrid bindings 2020-03-01 11:55:47 +00:00
dc810d23e9 Add 0x0st.fish 2020-02-29 23:09:19 +00:00
7e898ae2ac cross.fish: Add mingw32 2020-02-29 23:06:38 +00:00
c139f28683 pw(s).fish: Fix key path 2020-02-28 01:05:50 +00:00
72efb1261a zshrc: Fix gpg-* aliases, add mpv alias 2020-02-28 01:02:32 +00:00
19ba742560 Import missing ftplugin/fish.vim 2020-02-27 20:59:45 +00:00
1c0cd8a576 Partially import github.com/keith/swift.vim 2020-02-27 20:57:56 +00:00
f8edb175fa vimrc: Fix runtimepath order 2020-02-27 20:52:43 +00:00
90106a6bbe vimrc: Place swap, undo and backup in ~/.cache 2020-02-26 23:09:17 +00:00
ec57ffbe2d fish: Add dlna command 2020-02-26 22:52:15 +00:00
39a257cba5 Make tmux use XDG basedir - somewhat 2020-02-26 21:49:49 +00:00
3ce7aadf89 Make GPG use XDG basedir - somewhat 2020-02-26 21:30:03 +00:00
df945fc92b Make Git use XDG basedir 2020-02-26 21:18:35 +00:00
2b618fcb47 Make vim use XDG basedir 2020-02-26 21:10:23 +00:00
26811f58ef Remove useless config subdirectory 2020-02-20 22:07:34 +00:00
ed4a20897f .gitignore: Add config/fish/fish_variables 2020-02-20 22:04:12 +00:00
3157e7481b Add eps.fish
This expands, prints and then sets the variable $e. This allows to
preview an expansion and then use it by just using $e.
2020-02-20 21:58:30 +00:00
9df078714e Remove fish_variables, use config.fish
This means having host-specific variables creates no conflicts.
2020-02-20 21:50:08 +00:00
2a352a5024 vimrc: Add autocmd for fish 2020-02-20 21:30:05 +00:00
bb3ef358ee Partially import github.com/dag/vim-fish 2020-02-20 21:29:05 +00:00
819a3b7c2e fish: Add run command to run a command in the bg
This is more convenient than "command & disown".
2020-02-20 21:16:38 +00:00
d5b9a71d71 Consistent indenting for .fish files 2020-02-19 21:46:19 +00:00
ce52fc5aff create_symlinks.sh: Only symlink as needed 2020-02-16 18:09:32 +00:00
9fb5a44b9c cross.fish: Add devkitPro
This also sets objfw_configure_flags, for convenience.
2020-02-16 17:48:53 +00:00
4e65bb8946 Add cross, to set up cross-compilation environment
This matches a collection of functions I had in zsh locally, but merges
them all into a single command.
2020-02-16 13:32:43 +00:00
fa3797e7c6 Update fish config for 3.1.0 2020-02-15 22:44:12 +00:00
b59c4cf08c zshrc: Add an option to get the old simple prompt 2020-02-15 15:45:26 +00:00
eb1a601086 zshrc: Better way to set colors 2020-02-15 15:23:52 +00:00
397f54b02d zshrc: Fix a typo 2020-02-15 15:07:19 +00:00
0da7ce606e zshrc: Match fish prompt 2020-02-14 02:32:52 +00:00
69ff722e06 zshrc: Modernize and backport a bunch from fish 2020-02-14 01:40:46 +00:00
3b305d4571 prompt_pwd.fish: Keep the initial / for dirs in /
This makes it behave like in zsh.
2020-02-12 21:54:30 +00:00
9cbbdd4072 fish: Remove MAKEFLAGS for pkg_chk 2020-02-08 21:51:38 +00:00
3e8370b34b fish: Add gpg-ssh commands 2020-02-08 18:07:32 +00:00
68184ab397 make.fish: Use bmake for pkgsrc only if available 2020-02-08 14:27:42 +00:00
12d321571a fish: Slight improvement of prompt 2020-02-02 21:18:19 +00:00
145a538295 Fix typo in ixio.fish 2020-01-25 14:14:08 +00:00
c4afaea5fb fish: Rudimentary completion for pkg_{add,info}
Only allows completing package names.
2020-01-25 12:32:40 +00:00
d50afccc3e fish: Set a nicer title 2020-01-24 03:21:54 +00:00
e66fcd297f fish: Slightly change command and operator color
This is the exact same color in Apple Terminal, but improves legibility
in Gnome Terminal.

Also silences stderr from which.
2020-01-22 21:38:12 +00:00
7a0ff40deb fish: Restore color after prompt 2020-01-22 20:44:39 +00:00
0647f973ac fish: Allow using make instead of bmake for pkgsrc 2020-01-22 00:32:30 +00:00
300eab47a3 fish: Better prompt for root 2020-01-21 23:04:07 +00:00