Added redshift as blue light filter, converting eshell aliases

Eshell aliases are being converted to Eshell functions
This commit is contained in:
2020-02-07 21:17:29 +01:00
parent 46cfd4adf8
commit 3cfa85c86d
7 changed files with 179 additions and 34 deletions

View File

@@ -0,0 +1,4 @@
function mkcd -d "Create directory and cd to it"
mkdir -p $argv[1]
cd $argv[1]
end