diff options
author | justanothercatgirl <sotov2070@gmail.com> | 2023-12-17 13:59:21 +0300 |
---|---|---|
committer | justanothercatgirl <sotov2070@gmail.com> | 2023-12-17 13:59:21 +0300 |
commit | 340bd3893f90cefa9d6c2f60364008cf7ca1c53c (patch) | |
tree | 64c63b7ea1cfa1a298980d1b0c961e35feb10d31 /.bashrc | |
parent | bd7d56290d0a8cf8e3b1d5f3cb272df62025866a (diff) |
added useful things
treesitter: nvim
ghauth: 2fa
.bashrc: some exports
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -11,6 +11,11 @@ alias whatsapp=whatsie alias lan="bash zerotierconnect.sh" alias python=/home/main/coding/py/venv/bin/python3 alias copy="xclip -selection clipboard" +alias ""="g++" +alias fucking=sudo +alias AAAAA=su +alias md=mkdir +export DRO=/mnt/D/root export c="/mnt/C" export d="/mnt/D" |