Dotfiles config update (2022-04-07)

This commit is contained in:
q3aql 2022-04-07 09:24:56 +02:00
parent 9b6c8695ff
commit 651ccdb0d7
5 changed files with 0 additions and 15 deletions

View File

@ -1,2 +0,0 @@
[v1]
"i3-style 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = ["i3-style"]

View File

@ -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"}}}

View File

View File

@ -1 +0,0 @@
0

View File

@ -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