remove alias
This commit is contained in:
parent
9fb650e34f
commit
96be36e1f7
2 changed files with 0 additions and 2 deletions
|
|
@ -215,7 +215,6 @@ in
|
||||||
la = "ll -R";
|
la = "ll -R";
|
||||||
g = "git";
|
g = "git";
|
||||||
nv = "nvim";
|
nv = "nvim";
|
||||||
pe = "printenv";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -101,7 +101,6 @@ Linux)
|
||||||
[ -f "$dunst_themes/$theme.conf" ] && {
|
[ -f "$dunst_themes/$theme.conf" ] && {
|
||||||
mkdir -p "$cfg/dunst/dunstrc.d"
|
mkdir -p "$cfg/dunst/dunstrc.d"
|
||||||
ln -sf "$dunst_themes/$theme.conf" "$cfg/dunst/dunstrc.d/theme.conf"
|
ln -sf "$dunst_themes/$theme.conf" "$cfg/dunst/dunstrc.d/theme.conf"
|
||||||
pkill -x dunst 2>/dev/null; sleep 0.2
|
|
||||||
systemctl --user restart dunst
|
systemctl --user restart dunst
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue