get rid of dotenv
This commit is contained in:
parent
dcf3b1dfbe
commit
574daaf9eb
4 changed files with 1 additions and 27 deletions
|
@ -1,18 +0,0 @@
|
||||||
*/*.o
|
|
||||||
*/*.tmp
|
|
||||||
*/*.git
|
|
||||||
*/*.iso
|
|
||||||
Downloads
|
|
||||||
.local
|
|
||||||
.cache
|
|
||||||
.npm
|
|
||||||
*/node_modules
|
|
||||||
.rustup
|
|
||||||
build
|
|
||||||
fun
|
|
||||||
go
|
|
||||||
.docker
|
|
||||||
.cargo
|
|
||||||
.rustup
|
|
||||||
.steam
|
|
||||||
.yarn
|
|
|
@ -24,7 +24,6 @@ plugins=(git
|
||||||
copybuffer
|
copybuffer
|
||||||
docker
|
docker
|
||||||
docker-compose
|
docker-compose
|
||||||
dotenv
|
|
||||||
eza
|
eza
|
||||||
fancy-ctrl-z
|
fancy-ctrl-z
|
||||||
git
|
git
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
#/bin/env bash
|
|
||||||
|
|
||||||
export GNUPGHOME=~/.gnupg/trezor
|
|
||||||
export PASSWORD_STORE_DIR=~/.vault/password-store
|
|
||||||
export BORG_PASSCOMMAND="pass show borg/ssd"
|
|
||||||
|
|
||||||
borg create -sp --list --exclude-caches --exclude-from borgexclude.txt /mnt/veracrypt1/borgrepo::yt-home-{now:%Y-%m-%dT%H:%M} .
|
|
|
@ -4,7 +4,7 @@
|
||||||
[user]
|
[user]
|
||||||
email = cy@cy7.sh
|
email = cy@cy7.sh
|
||||||
name = Cy Pokhrel
|
name = Cy Pokhrel
|
||||||
signingkey = 1200FBE36C2ADE2E
|
signingkey = 1200FBE36C2ADE2E
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
pager = delta
|
pager = delta
|
||||||
|
|
Loading…
Add table
Reference in a new issue