diff options
Diffstat (limited to 'home/.profile')
-rw-r--r-- | home/.profile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/home/.profile b/home/.profile new file mode 100644 index 0000000..46c93c3 --- /dev/null +++ b/home/.profile @@ -0,0 +1,5 @@ +export TERM="xterm-256color" +export EDITOR="vim" +alias cl="xclip -sel clip" +alias pb="nc hrhr.dev 9999" +alias pacman="sudo pacman" |