2025-01-07 20:03 : id 93
This commit is contained in:
parent
34e5cdfa72
commit
9085f6a57a
@ -416,6 +416,9 @@ in
|
|||||||
ls="ls -l";
|
ls="ls -l";
|
||||||
ssh="kitten ssh";
|
ssh="kitten ssh";
|
||||||
giturl="git config --get remote.origin.url";
|
giturl="git config --get remote.origin.url";
|
||||||
|
push="git push";
|
||||||
|
add="git add";
|
||||||
|
commit="git commit";
|
||||||
};
|
};
|
||||||
bashrcExtra=''
|
bashrcExtra=''
|
||||||
PS1="[\[\033[32m\]\w]\[\033[0m\]\n\[\033[1;36m\]\u\[\033[1;33m\] => \[\033[0m\]"
|
PS1="[\[\033[32m\]\w]\[\033[0m\]\n\[\033[1;36m\]\u\[\033[1;33m\] => \[\033[0m\]"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user