From 7abb81e16a6e11f11501e8ac8076abfdb22648dc Mon Sep 17 00:00:00 2001 From: Akib Azmain Turja Date: Sat, 3 Dec 2022 23:46:05 +0600 Subject: [PATCH] * integration/bash: Add copyright notice. --- integration/bash | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/integration/bash b/integration/bash index 32bc4bf..bba6539 100644 --- a/integration/bash +++ b/integration/bash @@ -1,3 +1,22 @@ +# integration/bash --- Bash integration + +# Copyright (C) 2022 Akib Azmain Turja. + +# This file is not part of GNU Emacs. + +# This file is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# For a full copy of the GNU General Public License +# see . + __eat_prompt_command () { # Send the current working directory, for directory tracking. printf "\\e]7;file://%s%s\\e\\\\" "$HOSTNAME" "$PWD"