From 562ab4ef5bdcd59d7d82d621aaf7c1e18694f75a Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Tue, 30 Apr 2024 16:17:14 +0200 Subject: [PATCH] Add '.bashrc' --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .bashrc diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..b4c4b3f --- /dev/null +++ b/.bashrc @@ -0,0 +1,2 @@ +# to add at the end +alias tw='function _tw(){ cat $1; cat >> $1; }; _tw' \ No newline at end of file