summaryrefslogtreecommitdiff
path: root/XTERM
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2019-01-29 14:23:42 +0000
committerIan C <ianc@noddybox.co.uk>2019-01-29 14:23:42 +0000
commite1efb02504328987a4f104a8c0e2449a471045c3 (patch)
tree029f9adbd3bc81b2ebdc1d7fd06fab92ceee4a21 /XTERM
parentca73d7838e947adfd41d4a1eb2397b70a6b13237 (diff)
Changed XTERM to TERM and small tweak to .bash_aliases to include ~/bin
Diffstat (limited to 'XTERM')
-rwxr-xr-xXTERM18
1 files changed, 0 insertions, 18 deletions
diff --git a/XTERM b/XTERM
deleted file mode 100755
index 9a1d065..0000000
--- a/XTERM
+++ /dev/null
@@ -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" &