Added redshift as blue light filter, converting eshell aliases
Eshell aliases are being converted to Eshell functions
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
function mcd -d "Create directory and cd to it"
|
||||
mkdir -p $argv[1]
|
||||
cd $argv[1]
|
||||
end
|
||||
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
|
||||
@@ -83,9 +83,9 @@ noto-fonts-emoji npm ntfs-3g numlockx openssh otf-fandol otf-ipafont p7zip \
|
||||
pacman-contrib pandoc-bin pavucontrol pciutils pcurses pdfpc polybar prettier \
|
||||
pulseaudio-bluetooth python-autoflake python-envtpl-git python-epc \
|
||||
python-importmagic python-language-server python-nose python-pip python-ptvsd \
|
||||
python-pytest python-pywal qt5-imageformats qemu r raw-thumbnailer reflector \
|
||||
rofi rofi-wifi-menu-git rsync rtv rustup s-nail samba scrot sent shadow \
|
||||
siji-git simplescreenrecorder speedcrunch sshfs st-luke-git swi-prolog \
|
||||
python-pytest python-pywal qt5-imageformats qemu r raw-thumbnailer redshift \
|
||||
reflector rofi rofi-wifi-menu-git rsync rtv rustup s-nail samba scrot sent \
|
||||
shadow siji-git simplescreenrecorder speedcrunch sshfs st-luke-git swi-prolog \
|
||||
texlive-bin texlive-langchinese texlive-langcyrillic texlive-langgreek \
|
||||
texlive-langjapanese texlive-langkorean texlive-latexextra \
|
||||
texlive-localmanager-git texlive-most tmux tree ttf-arphic-uming ttf-baekmuk \
|
||||
|
||||
Reference in New Issue
Block a user