aboutsummaryrefslogtreecommitdiff
path: root/csh
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2018-01-21 01:56:23 -0500
committerTucker Evans <tuckerevans24@gmail.com>2018-01-21 01:56:23 -0500
commit5df4afa4c5e5a760bc33b4083d4d0b2ebbb1c85f (patch)
treecdb2423b0bd35b4b6e6184b055316a8ae5c1ac81 /csh
parentdd664776b292fadba61aec3dc7b9a02b869c646b (diff)
Added .cshrc and .inputrc;
Diffstat (limited to 'csh')
-rw-r--r--csh/.cshrc13
1 files changed, 13 insertions, 0 deletions
diff --git a/csh/.cshrc b/csh/.cshrc
new file mode 100644
index 0000000..0a6889c
--- /dev/null
+++ b/csh/.cshrc
@@ -0,0 +1,13 @@
+
+alias ls 'ls --color=auto'
+alias ll 'ls -la'
+
+alias xcopy 'xclip -selection clipboard'
+alias xpaste 'xclip -selection clipboard -o'
+
+set prompt='[%n@%m %c]> '
+
+setenv MAIL "/var/spool/mail/tje"
+
+setenv EDITOR vi
+