summaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
authorjustanothercatgirl <sotov2070@gmail.com>2023-11-26 02:43:55 +0300
committerjustanothercatgirl <sotov2070@gmail.com>2023-11-26 02:43:55 +0300
commit417cf9b495ebd0da63148e9b5f07e23d9a573276 (patch)
tree09c92cc15cd732be4977c1682498e9ba5943354c /.bashrc
parent920caab3de6ca983a76dc277950158a2d9315210 (diff)
in the middle of creating proper nvim commit
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc10
1 files changed, 9 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 4f87462..0a3e7b3 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,3 +1,5 @@
+source ~/.cursed_bash.sh
+
# application shortcuts
alias ls="ls --color"
alias dl="bash download.sh"
@@ -7,6 +9,7 @@ alias cppreference="microsoft-edge-dev /usr/share/doc/cppreference/en/cpp.html"
alias nv=nvim
alias whatsapp=whatsie
alias lan="bash zerotierconnect.sh"
+alias python=/home/main/coding/py/venv/bin/python3
export c="/mnt/C"
export d="/mnt/D"
@@ -23,11 +26,16 @@ function kbon() { xinput reattach `xinput \
| grep "Virtual core keyboard" \
| sed -r 's/.+id=([0-9]+).+/\1/'` ; }
+function fix-ntfs() { \
+ sudo umount /dev/sda1 && \
+ sudo ntfsfix /dev/sda1 &&\
+ sudo mount /dev/sda1 /mnt/D ; }
+
# dotfiles
alias config='/usr/bin/git --git-dir=$HOME/.cfg --work-tree=$HOME'
GHC_PACKAGE_PATH="/usr/lib/ghc-9.0.2/package.conf.d"
# Created by `pipx` on 2023-08-09 18:40:17
-export PATH="$PATH:/home/main/.local/bin"
+export PATH="$PATH:/home/main/.local/bin:/home/main/.cargo/bin"
export VISUAL=vim