diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-03-17 12:23:29 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-03-17 12:23:29 +0900 |
| commit | cfb3e5c0adc4e29986307d655ab7d4238a32ad12 (patch) | |
| tree | cb8859244c14607d75d1652e2d2845464cd61e44 | |
| parent | a5e3e847412e458492bed8c148a779a1de251536 (diff) | |
modified shell/aliasrc
| -rw-r--r-- | ar/.config/shell/aliasrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ar/.config/shell/aliasrc b/ar/.config/shell/aliasrc index a70a162..74fd141 100644 --- a/ar/.config/shell/aliasrc +++ b/ar/.config/shell/aliasrc @@ -468,6 +468,10 @@ alias uzl='unzip -l' alias vi='vim' alias vi.='vim .' +# vnc +alias vncs='vncserver :1' +alias xvncs='x11vnc -display :0 -usepw' + # watch alias w1='watch -n 1' |
