Remove old hacks and fix typos
This commit is contained in:
parent
a7764f6878
commit
fd49427d84
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue