summaryrefslogtreecommitdiff
path: root/kshrc
diff options
context:
space:
mode:
authorgeorge <george@otg.my.domain>2023-01-23 17:50:45 +0000
committerGeorge Abbott <george@gabbott.dev>2023-01-23 17:51:27 +0000
commit3094e7f9d4035b9312a919ba581d0504e294adcd (patch)
treebb991db97c4a5ce1f88553bdb82b89d430b866de /kshrc
alacritty, kshrc, picom, profile
Diffstat (limited to 'kshrc')
-rw-r--r--kshrc9
1 files changed, 9 insertions, 0 deletions
diff --git a/kshrc b/kshrc
new file mode 100644
index 0000000..3aca422
--- /dev/null
+++ b/kshrc
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+# Set the PS1
+PS1='${USER}: ${PWD} > '
+
+alias ll="ls -Ahl"
+alias l="ls -lh"
+alias vim="nvim"
+alias v="nvim"