Remove old hacks and fix typos

This commit is contained in:
coolneng 2020-10-12 19:48:18 +02:00
parent a7764f6878
commit fd49427d84
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
3 changed files with 2 additions and 4 deletions

View File

@ -8,3 +8,4 @@ file:///home/coolneng/Photos/Rehiwi
file:///home/coolneng/Photos/NPC file:///home/coolneng/Photos/NPC
file:///home/coolneng/Photos/Memri file:///home/coolneng/Photos/Memri
file:///home/coolneng/Photos/Random%20dump file:///home/coolneng/Photos/Random%20dump
file:///home/coolneng/Photos/Personal

View File

@ -42,9 +42,6 @@ call plug#end()
colorscheme iceberg colorscheme iceberg
set bg=dark set bg=dark
set termguicolors set termguicolors
""Sets the colorscheme in tmux
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
""Disabe status line ""Disabe status line
set laststatus=0 set laststatus=0
""Set Markdown filetype for neomutt ""Set Markdown filetype for neomutt

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
if [ $# -lt 2 ]; then if [ $# -lt 2 ]; then
echo "Usage: subject.sh <subject name> <subject type>" echo "Usage: subject <subject name> <subject type>"
echo "subject type 0: programming" echo "subject type 0: programming"
echo "subject type 1: no programming" echo "subject type 1: no programming"
exit 1 exit 1