summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/shell/aliasrc10
-rw-r--r--.local/share/vocab/words.txt2
2 files changed, 12 insertions, 0 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc
index acf088d..dc2bb60 100644
--- a/.config/shell/aliasrc
+++ b/.config/shell/aliasrc
@@ -42,3 +42,13 @@ alias \
ec() {find ~/.config -type f | fzf | xargs -r $EDITOR ;}
es() { cd ~/.local/bin; $EDITOR $(fzf) ;}
ef() {fzf | xargs -r -I % $EDITOR % ;}
+colors() {
+ for COLOR in {1..255}; do
+ echo -en "\e[38;5;${COLOR}m"
+ echo -n "${COLOR} "
+ done
+ echo
+}
+movie() {
+ mpv "$(find ~/movies/ -type f -regex ".*\.\(mkv\|mp4\|mpeg\|avi\|mov\|webm\)" | fzf)"
+}
diff --git a/.local/share/vocab/words.txt b/.local/share/vocab/words.txt
index 5fbc65d..59bf47d 100644
--- a/.local/share/vocab/words.txt
+++ b/.local/share/vocab/words.txt
@@ -126,3 +126,5 @@ avert -> turn away (one's eyes or thoughts)
espionage -> the practice of spying or of using spies, typically by governments to obtain political and military information.
polyglot -> knowing or using serveral langauges
intrude -> to go into a place in which you are not wanted or not expected to be
+speculate -> form a theory or conjecture about a subjet without firm evidence.
+mediocre -> of only average quality; not very good.