Work on config
This commit is contained in:
parent
3f67c75e60
commit
2d9aefe519
4 changed files with 1489 additions and 4 deletions
1477
config/dotcss/amazon.co.uk.css
Normal file
1477
config/dotcss/amazon.co.uk.css
Normal file
File diff suppressed because one or more lines are too long
|
@ -97,6 +97,9 @@ alias vim='vim --servername jab2870'
|
|||
# moon phase
|
||||
alias moonphase='weather moon'
|
||||
|
||||
#Get arch news
|
||||
alias archNews='w3m https://www.archlinux.org/ | sed -n "/Latest News/,/Older News/ p" | head -n -1 | less'
|
||||
|
||||
#Radio Stations
|
||||
AUDIO=mpv
|
||||
alias radio2="$AUDIO http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/sbr_med/llnw/bbc_radio_two.m3u8"
|
||||
|
|
|
@ -23,6 +23,11 @@ function cdlc() {
|
|||
}
|
||||
alias cd="cdlc"
|
||||
|
||||
function mkcd() {
|
||||
mkdir -p "$1"
|
||||
cd "$1"
|
||||
}
|
||||
|
||||
function createLetter(){
|
||||
if [ "$1" ]; then
|
||||
if [ "$2" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue