about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvenomade <venomade@venomade.com>2025-02-27 20:47:37 +0000
committervenomade <venomade@venomade.com>2025-02-27 20:47:37 +0000
commitb87c6f3921949bcae8d9ba7d32a7c19ac70fdde1 (patch)
tree68587d186d5a4d4373e8259dfcff3e75e6992997
parent5a6a95a564ee563b03cfe2310e73a9560bdfca8e (diff)
Add Global Aliases and Variables
-rw-r--r--.config/shell/alias3
-rw-r--r--.config/shell/vars3
2 files changed, 6 insertions, 0 deletions
diff --git a/.config/shell/alias b/.config/shell/alias
new file mode 100644
index 0000000..c060c0e
--- /dev/null
+++ b/.config/shell/alias
@@ -0,0 +1,3 @@
+alias gvc="ssh git@git.venomade.com"
+alias rgf='rg --files | rg'
+alias ls='ls --color=auto'
\ No newline at end of file
diff --git a/.config/shell/vars b/.config/shell/vars
new file mode 100644
index 0000000..11f8faa
--- /dev/null
+++ b/.config/shell/vars
@@ -0,0 +1,3 @@
+export PATH="$PATH:$HOME/.local/bin"
+
+export EDITOR=mg
\ No newline at end of file