diff options
author | Ian C <ianc@noddybox.co.uk> | 2019-01-29 14:23:42 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2019-01-29 14:23:42 +0000 |
commit | e1efb02504328987a4f104a8c0e2449a471045c3 (patch) | |
tree | 029f9adbd3bc81b2ebdc1d7fd06fab92ceee4a21 /XTERM | |
parent | ca73d7838e947adfd41d4a1eb2397b70a6b13237 (diff) |
Changed XTERM to TERM and small tweak to .bash_aliases to include ~/bin
Diffstat (limited to 'XTERM')
-rwxr-xr-x | XTERM | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -1,18 +0,0 @@ -if [ "$(xlsatoms -name AMIWM_SCREEN 2> /dev/null)" ] ; then - FG=black - BG=gray75 - TITLE=Terminal - SIZE=80x35 - #FONT="-commodore-topaz2 double 1h-medium-r-normal--16--96-96-m-70-winsys-1" - FONT="-commodore-topaz2 normal-medium-r-normal--18--96-96-m-70-winsys-1" - -else - FG=white - BG=black - TITLE=xterm - SIZE=80x60 - FONT="-misc-proggysquarettsz-medium-r-normal--0-0-0-0-c-0-ascii-0" -fi - -xterm -vb -bg $BG -fg $FG -cr red -sb -sl 5000 -sk -si -geom $SIZE \ - -fn "$FONT" -n "$TITLE" -title "$TITLE" & |