Added redshift as blue light filter, converting eshell aliases
Eshell aliases are being converted to Eshell functions
This commit is contained in:
4
.config/fish/functions/mkcd.fish
Normal file
4
.config/fish/functions/mkcd.fish
Normal file
@@ -0,0 +1,4 @@
|
||||
function mkcd -d "Create directory and cd to it"
|
||||
mkdir -p $argv[1]
|
||||
cd $argv[1]
|
||||
end
|
||||
Reference in New Issue
Block a user