From 3594f7785dc5f5f0257002fea7cae4b0776e1f9e Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 26 Feb 2019 09:33:02 +0100 Subject: bin: added the `e` script This is a shortcut to be used for reaching out to the default editor from the CLI. Notice that it also handles the root user. --- install.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 032612b..224546d 100755 --- a/install.sh +++ b/install.sh @@ -35,6 +35,7 @@ chmod +x $HOME/.rake_completion cp -r bin $HOME/bin rm -rf $HOME/bin/test chmod +x $HOME/bin/* +sudo mv $HOME/bin/e /usr/bin/e # i3 and X stuff. An incomplete list of openSUSE packages that I need in order # to have a good i3 environment is: i3 xlockmore dunst i3status nitrogen scrot -- cgit v1.2.3