diff --git a/NF_pick.sh b/NF_pick.sh index b327c0b..35ce709 100755 --- a/NF_pick.sh +++ b/NF_pick.sh @@ -1,4 +1,4 @@ #!/bin/zsh -F=`dmenu -l 18 -fn 'Px437_ATI_SmallW_6x8 NF:style=Book:pixelsize=16:antialias=true' < /home/andrew/bin/nflist` +F=`dmenu -l 18 -fn 'Px437_ATI_SmallW_6x8 NF:style=Book:pixelsize=16:antialias=true' < ~/bin/nflist` C=`ls ~/bin/st* |dmenu -l 8 -fn 'Px437_ATI_SmallW_6x8 NF:style=Book:pixelsize=16:antialias=true'` ${C} -f "${F}" diff --git a/aliases b/aliases index a7181c2..5ec1ab6 100644 --- a/aliases +++ b/aliases @@ -12,3 +12,19 @@ mktruckdir() { sudo mkdir ${1} sudo chown truck:truck ${1} } + +shitwin() { + xfreerdp2 /u:"Andrew Holland" +clipboard /jpeg /size:1918x1044 /v:192.168.1.92 /bpp:32 +} + +firewall-ssh() { + badssh -oKexAlgorithms=+diffie-hellman-group1-sha1 ntcadmin@77.86.234.126 +} + +randmac() { + dd if=/dev/urandom bs=4096 count=1 2>/dev/null | sha1sum|sed 's/^\(..\)\(..\)\(..\)\(..\)\(..\).*$/02:\1:\2:\3:\4:\5/' +} + +randmacxen() { + dd if=/dev/urandom bs=4096 count=1 2>/dev/null | sha1sum| sed 's/^\(..\)\(..\)\(..\).*$/00:16:3E:\1:\2:\3'/ +} diff --git a/nflist b/nflist index c45bd93..5dbbdf9 100755 --- a/nflist +++ b/nflist @@ -25,9 +25,9 @@ Px437_ITT_BIOS NF:style=2y:pixelsize=16:antialias=true Px437_Phoenix_BIOS NF:style=2y:pixelsize=16:antialias=true Px437_PhoenixEGA_8x8 NF:style=2y:pixelsize=16:antialias=true - Px437_TandyNew_225 NF:style=2y:pixelsize=16:antialias=true + Px437_TandyNew_225 NF:style=2y:pixelsize=24:antialias=true Px437_TandyNew_TV NF:style=2y:pixelsize=16:antialias=true - Px437_TandyOld_225 NF:style=2y:pixelsize=16:antialias=true + Px437_TandyOld_225 NF:style=2y:pixelsize=24:antialias=true Px437_TandyOld_TV NF:style=2y:pixelsize=16:antialias=true Px437_Verite_8x8 NF:style=2y:pixelsize=16:antialias=true Px437_VTech_BIOS NF:style=2y:pixelsize=16:antialias=true diff --git a/powerline-shell-init b/powerline-shell-init old mode 100644 new mode 100755 index 488ac6d..1214740 --- a/powerline-shell-init +++ b/powerline-shell-init @@ -1,5 +1,5 @@ function powerline_precmd() { - PS1="$(/home/andrew/stuff/powerline-shell/powerline-shell.py $? --shell zsh 2> /dev/null)" + PS1="$(~/bin/powerline-shell/powerline-shell.py $? --colorize-hostname --cwd-max-depth 3 --cwd-max-dir-size 6 --shell zsh 2> /dev/null)" } function install_powerline_precmd() {