diff options
author | justanothercatgirl <sotov2070@gmail.com> | 2024-01-03 00:08:38 +0300 |
---|---|---|
committer | justanothercatgirl <sotov2070@gmail.com> | 2024-01-03 00:08:38 +0300 |
commit | 82f349b990bfb8fec6cfa89886bcb97dec640f4c (patch) | |
tree | 1edc1417545fbb7ee6384ab45b004b1c71158a7b /.bashrc | |
parent | 340bd3893f90cefa9d6c2f60364008cf7ca1c53c (diff) |
added LSP shortcuts
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ alias psiphon="psiphon-console-client" alias cppreference="microsoft-edge-dev /usr/share/doc/cppreference/en/cpp.html" alias nv=nvim alias whatsapp=whatsie -alias lan="bash zerotierconnect.sh" +alias lan="/home/main/zerotierconnect.sh" alias python=/home/main/coding/py/venv/bin/python3 alias copy="xclip -selection clipboard" alias ""="g++" |