beeg changes
j3s j3s@c3f.net
Fri, 06 Mar 2020 23:15:50 +0000
5 files changed,
6 insertions(+),
20 deletions(-)
D
.ashrc
@@ -1,15 +0,0 @@
-#!/bin/sh - -paleta -r - -export PS1='-> ' -export HISTFILESIZE=10000 - -export CFLAGS='-march=native -pipe -O3 -fno-math-errno' -export CXXFLAGS="$CFLAGS" -export MAKEFLAGS='-j5' - - -sudo() { - su -c "$*" -}
M
.config/aerc/accounts.conf
→
.config/aerc/accounts.conf
@@ -1,8 +1,8 @@
[c3f] source = imaps://j3s@mail.c3f.net:993 -source-cred-cmd = pass c3f +source-cred-cmd = pash show c3f outgoing = smtp+plain://j3s@mail.c3f.net:587 -outgoing-cred-cmd = pass c3f +outgoing-cred-cmd = pash show c3f default = INBOX smtp-starttls = yes from = jes <j3s@c3f.net>
M
.ssh/config
→
.ssh/config
@@ -9,6 +9,5 @@ Host git.cyberia.club
Port 3215 Host baikal - Hostname 97.127.122.154 + Hostname 69.61.110.118 User cyberian - Port 4999
M
bin/short-pwd
→
bin/short-pwd
@@ -1,4 +1,6 @@
#!/bin/sh +# +# /s/h/o/rtness term=$(printf "$PWD" | sed -E 's|(\.?[^/])([^/]+)\/|\1/|g')