Dotfiles config update (2022-04-07)
This commit is contained in:
parent
9b6c8695ff
commit
651ccdb0d7
|
@ -1,2 +0,0 @@
|
||||||
[v1]
|
|
||||||
"i3-style 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = ["i3-style"]
|
|
|
@ -1 +0,0 @@
|
||||||
{"installs":{"i3-style 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)":{"version_req":null,"bins":["i3-style"],"features":[],"all_features":false,"no_default_features":false,"profile":"release","target":"x86_64-unknown-linux-gnu","rustc":"rustc 1.56.1 (59eed8a2a 2021-11-01)\nbinary: rustc\ncommit-hash: 59eed8a2aac0230a8b53e89d4e99d55912ba6b35\ncommit-date: 2021-11-01\nhost: x86_64-unknown-linux-gnu\nrelease: 1.56.1\nLLVM version: 13.0.0\n"}}}
|
|
|
@ -1 +0,0 @@
|
||||||
0
|
|
11
.cargo/env
11
.cargo/env
|
@ -1,11 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
# rustup shell setup
|
|
||||||
# affix colons on either side of $PATH to simplify matching
|
|
||||||
case ":${PATH}:" in
|
|
||||||
*:"$HOME/.cargo/bin":*)
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
# Prepending path in case a system-installed rustc needs to be overridden
|
|
||||||
export PATH="$HOME/.cargo/bin:$PATH"
|
|
||||||
;;
|
|
||||||
esac
|
|
Loading…
Reference in New Issue
Block a user