Compare commits

...

4 Commits

Author SHA1 Message Date
Erin Nova ef9a8e82d7
Remove deprecated backup command 2023-10-03 11:16:12 -04:00
Erin Nova d244ee9a77
Set RUSTFLAGS for lld 2023-10-03 11:15:57 -04:00
Erin Nova 9de38d3a69
Add cargo to path 2023-10-03 11:15:37 -04:00
~erin de26f36856
Add improved nvim LaTeX commands 2023-04-15 22:52:05 -04:00
3 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,4 @@
set -gx PATH "$HOME/.cargo/bin" $PATH;
set -x LS_COLORS (vivid generate catppuccin-mocha)
if status is-interactive

View File

@ -1,6 +1,7 @@
# This file contains fish universal variable definitions.
# VERSION: 3.0
SETUVAR RUSTC_WRAPPER:sccache
SETUVAR RUSTFLAGS:\x2dC\x20link\x2dargs\x3d\x2dfuse\x2dld\x3dlld
SETUVAR __fish_initialized:3400
SETUVAR _fisher_catppuccin_2F_fish_files:\x7e/\x2econfig/fish/themes/Catppuccin\x20Frappe\x2etheme\x1e\x7e/\x2econfig/fish/themes/Catppuccin\x20Latte\x2etheme\x1e\x7e/\x2econfig/fish/themes/Catppuccin\x20Macchiato\x2etheme\x1e\x7e/\x2econfig/fish/themes/Catppuccin\x20Mocha\x2etheme
SETUVAR _fisher_jorgebucaran_2F_autopair_2E_fish_files:\x7e/\x2econfig/fish/functions/_autopair_backspace\x2efish\x1e\x7e/\x2econfig/fish/functions/_autopair_insert_left\x2efish\x1e\x7e/\x2econfig/fish/functions/_autopair_insert_right\x2efish\x1e\x7e/\x2econfig/fish/functions/_autopair_insert_same\x2efish\x1e\x7e/\x2econfig/fish/functions/_autopair_tab\x2efish\x1e\x7e/\x2econfig/fish/conf\x2ed/autopair\x2efish

View File

@ -3,16 +3,16 @@ function tools
echo "Apps"
toolprint red "gomuks" "Matrix Client"
toolprint red "profanity" "XMPP Client"
toolprint red "music (ncmpcpp)" "MPD client"
toolprint red "newsboat" "RSS reader"
set_color blue
echo "Programs"
toolprint red "music (ncmpcpp)" "MPD client"
toolprint red "newsboat" "RSS reader"
toolprint red "fssh" "FZF ssh"
toolprint red "btm" "System monitor"
toolprint red "backup" "Run borg backup"
toolprint red "dnsleaktest" "DNS leak test"
toolprint red "mood" "Mood tracker"
toolprint red "fend" "Calculator"
toolprint red "gobang" "Database viewer"
toolprint red "mlp" "Live markdown preview"
@ -47,7 +47,8 @@ function tools
toolprint cyan ">" "Indent lines (visual mode)"
toolprint cyan ":Xplr" "Browse files"
toolprint cyan ":FRCbuild" "Build FRC project"
toolprint cyan ":Tex" "Build tectonic project"
toolprint cyan "cv" "View tectonic PDF"
toolprint cyan "cr" "Recompile tectonic project"
set_color blue
echo "XPLR"