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} .
|
|
Loading…
Add table
Reference in a new issue