diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-05-07 18:05:35 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-05-07 18:05:35 +0900 |
| commit | a761946abbdd7514f6d57a5d144d5a7ff7352825 (patch) | |
| tree | 6086de3b27b784579ce3d51ac6214caf46030e9e /ar | |
| parent | 7df52920fa4f84852f0ecf2cea64351bb3803828 (diff) | |
modified shell/aliasrc
Diffstat (limited to 'ar')
| -rw-r--r-- | ar/.config/shell/aliasrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ar/.config/shell/aliasrc b/ar/.config/shell/aliasrc index 04ee2ce..fe1a363 100644 --- a/ar/.config/shell/aliasrc +++ b/ar/.config/shell/aliasrc @@ -385,6 +385,9 @@ alias ref='shortcuts >/dev/null; source ${XDG_CONFIG_HOME:-${HOME}/.config}/shel # skype alias skype='skypeforlinux' +# sql +alias lsql='env -u PGSERVICEFILE lazysql' + # ssh alias gts="ssh $THESIAH_SERVER" alias wwr="ssh diary" |
