Removed commit history
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
commit
b1335a3628
199 changed files with 36930 additions and 0 deletions
6
root/usr/local/bin/gnome-terminal
Executable file
6
root/usr/local/bin/gnome-terminal
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
if [ $# -eq 1 ]; then
|
||||
/usr/bin/alacritty -e "nvim $1"
|
||||
else
|
||||
/usr/bin/alacritty -e "$@"
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue