chore: migrate shebang to use /usr/bin/env
This commit is contained in:
parent
27cb86c655
commit
80909ae72c
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
ln -fs themes/themes/monokai_pro.toml .config/alacritty/current-theme.toml
|
||||
touch ~/.config/alacritty/alacritty.toml
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
ln -fs themes/themes/catppuccin_latte.toml .config/alacritty/current-theme.toml
|
||||
touch ~/.config/alacritty/alacritty.toml
|
||||
|
Loading…
Reference in New Issue
Block a user