aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2023-01-13 21:51:32 +0200
committeromagdy7 <omar.professional8777@gmail.com>2023-01-13 21:51:32 +0200
commite2d4de62ba96d366d9171df6a318ec82d37425f0 (patch)
treecd35292811c612e610ce3dde0ab6c1e8bf929743 /scripts
parent4d04ea55656733ec27ee7753347407c5416496fd (diff)
downloaddotfiles-e2d4de62ba96d366d9171df6a318ec82d37425f0.tar.xz
dotfiles-e2d4de62ba96d366d9171df6a318ec82d37425f0.zip
Added competitest to nvim and did some ricing to the awesomewm bar
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/.scripts/cpp_ps.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/.scripts/cpp_ps.sh b/scripts/.scripts/cpp_ps.sh
index 95b110f..e8d52b7 100755
--- a/scripts/.scripts/cpp_ps.sh
+++ b/scripts/.scripts/cpp_ps.sh
@@ -4,12 +4,12 @@ read input
if [ "$input" = "y" ]; then
mkdir $1
cd $1
- cp ~/test/cptemplate/main.cpp .
+ cp ~/programming/cptemplate/main.cpp .
nvim main.cpp
fi
if [ "$input" = "d" ]; then
mkdir $1
- cp ~/test/cptemplate/main.cpp $1
+ cp ~/programming/cptemplate/main.cpp $1
fi