Remove unused stuff
This commit is contained in:
parent
423b1821a7
commit
e8b7d374cd
3 changed files with 1 additions and 10 deletions
|
@ -1,4 +0,0 @@
|
||||||
#!/usr/bin/env sh
|
|
||||||
|
|
||||||
xkcdpass_res=$(xkcdpass --numwords=13 --case=capitalize)
|
|
||||||
echo ${xkcdpass_res}
|
|
|
@ -1,5 +0,0 @@
|
||||||
#!/bin/env sh
|
|
||||||
|
|
||||||
echo "#Server = https://archive.archlinux.org/repos/$(date +"%Y/%m/%d")/\$repo/os/\$arch"
|
|
||||||
|
|
||||||
curl -Ls "https://archlinux.org/mirrorlist/?country=AT&country=BE&country=CZ&country=DK&country=FI&country=FR&country=DE&country=IT&country=LU&country=NL&country=PL&protocol=https&ip_version=4" | sed -e 's/^#Server/Server/' -e '/^#/d' | rankmirrors
|
|
|
@ -1,7 +1,7 @@
|
||||||
format = """
|
format = """
|
||||||
$time\
|
$time\
|
||||||
[](bg:purple fg:blue)\
|
[](bg:purple fg:blue)\
|
||||||
$sudo$username$hostname$docker_context$python\
|
$username$hostname$docker_context$python\
|
||||||
[](bg:green fg:purple)\
|
[](bg:green fg:purple)\
|
||||||
$directory\
|
$directory\
|
||||||
[](bg:red fg:green)\
|
[](bg:red fg:green)\
|
||||||
|
|
Loading…
Reference in a new issue