diff options
Diffstat (limited to 'config/root-.bashrc')
-rw-r--r-- | config/root-.bashrc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/root-.bashrc b/config/root-.bashrc new file mode 100644 index 00000000..2871be79 --- /dev/null +++ b/config/root-.bashrc @@ -0,0 +1,12 @@ +# Execute the user's rootrc file if it exists instead of this one. + +if [ $USER && $USER != root ]; then + . ~$USER/.root_bashrc +else +# define some handy aliases + alias j jobs -l + alias c clear + alias z suspend + alias d dirs +fi +
\ No newline at end of file |