bugfixing..
This commit is contained in:
parent
285aee5ce6
commit
22471d7e51
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ source $HOME/.config/fish/functions/c_fisher.fish
|
||||||
set -p EDITOR (which nvim)
|
set -p EDITOR (which nvim)
|
||||||
|
|
||||||
# ─< check for sudo/root >──────────────────────────────────────────────────────────────────
|
# ─< check for sudo/root >──────────────────────────────────────────────────────────────────
|
||||||
if [ $USER == root ]
|
if [ $USER = root ]
|
||||||
set sudo ""
|
set sudo ""
|
||||||
else
|
else
|
||||||
set sudo "sudo"
|
set sudo "sudo"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue