diff options
author | george <george@otg.my.domain> | 2023-01-23 17:50:45 +0000 |
---|---|---|
committer | George Abbott <george@gabbott.dev> | 2023-01-23 17:51:27 +0000 |
commit | 3094e7f9d4035b9312a919ba581d0504e294adcd (patch) | |
tree | bb991db97c4a5ce1f88553bdb82b89d430b866de /kshrc |
alacritty, kshrc, picom, profile
Diffstat (limited to 'kshrc')
-rw-r--r-- | kshrc | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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" |