Work on config

Jonathan Hodgson 7 years ago
parent cc93470ef8
commit 1433f8d967
  1. 1477
      config/dotcss/amazon.co.uk.css
  2. 3
      config/oh-my-zsh/aliases.zsh
  3. 5
      config/oh-my-zsh/functions.zsh
  4. 8
      config/oh-my-zsh/promptconfig.zsh

File diff suppressed because one or more lines are too long

@ -97,6 +97,9 @@ alias vim='vim --servername jab2870'
# moon phase # moon phase
alias moonphase='weather moon' 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 #Radio Stations
AUDIO=mpv 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" 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" alias cd="cdlc"
function mkcd() {
mkdir -p "$1"
cd "$1"
}
function createLetter(){ function createLetter(){
if [ "$1" ]; then if [ "$1" ]; then
if [ "$2" ]; then if [ "$2" ]; then

@ -5,11 +5,11 @@ function my_dir(){
homeIcon="" homeIcon=""
wpPluginsIcon=".p." wpPluginsIcon=".p."
wpThemesIcon=".t." wpThemesIcon=".t."
siteIcon="" siteIcon=" "
wpSiteIcon="" wpSiteIcon=" "
magentoSiteIcon="" magentoSiteIcon=" "
dropboxIcon="" dropboxIcon=""
seperator=" " seperator=" "
root="" root=""
# Gets the path. # Gets the path.
local current_path="$(print -P "%~")" local current_path="$(print -P "%~")"

Loading…
Cancel
Save