diff --git a/dot-cargo/config.toml b/dot-cargo/config.toml --- a/dot-cargo/config.toml +++ b/dot-cargo/config.toml @@ -28,10 +28,10 @@ rustflags = [ "-Zshare-generics=y", "-C", - "link-arg=--ld-path=wild" + "link-arg=--ld-path=mold" ] rustdocflags = [ "-Zshare-generics=y", "-C", - "link-arg=--ld-path=wild" + "link-arg=--ld-path=mold" ] diff --git a/dot-config/fish/config.fish b/dot-config/fish/config.fish --- a/dot-config/fish/config.fish +++ b/dot-config/fish/config.fish @@ -1,16 +1,17 @@ # Cargo-installed binaries fish_add_path ~/.cargo/bin +fish_add_path ~/.deno/bin if status is-interactive # Commands to run in interactive sessions can go here # fzf fzf --fish | source - set -x FZF_DEFAULT_OPTS '--walker-skip go,.cargo/git,.cargo/registry,.rustup,.git,target,.jj,.cache,steampid,.gnupg,.mozilla,.paradoxlauncher,.java,.local,.zen,.steam --style full' + set -x FZF_DEFAULT_OPTS '--walker-skip go,.cargo/git,.cargo/registry,.rustup,.git,target,build,.jj,.cache,steampid,.gnupg,.mozilla,.paradoxlauncher,.java,.local,.zen,.steam --style full' set -x FZF_CTRL_T_OPTS '--preview \'bat --color=always {}\'' # gpg pinentry-curses needs this - set -Ux GPG_TTY (tty) + set -gx GPG_TTY (tty) # General Commands zoxide init fish | source @@ -18,6 +19,7 @@ alias cat bat alias pacman paru alias ft 'eza -RT' + alias wordlog 'echo (date): (wc -w --total=only txt/*) >> WORDLOG.md' # Editors set -x EDITOR helix diff --git a/dot-config/helix/config.toml b/dot-config/helix/config.toml --- a/dot-config/helix/config.toml +++ b/dot-config/helix/config.toml @@ -8,7 +8,6 @@ [editor.file-picker] hidden = false ignore = false -git-ignore = false git-global = false [keys.normal]