add executable file and expanduser dir
This commit is contained in:
@@ -18,7 +18,7 @@ diff_d = input(f"{red}>>{red.OFF} 1 or enter -- no, 2 -- yes : {yellow.OFF}");
|
||||
if (diff_d == 1 or diff_d == "") :
|
||||
print(f"{red}>>{red.OFF}{yellow} Okey, use ~/.cache/wal/{yellow.OFF}");
|
||||
print(f"{red}>>{red.OFF}{yellow} Go to the specified directory.{yellow.OFF}");
|
||||
os.chdir('../../../../.cache/wal');
|
||||
os.chdir(os.path.expanduser("~/.cache/wal"));
|
||||
else:
|
||||
print(f"{red}>>{red.OFF}{yellow} Specify the directory: {yellow.OFF}");
|
||||
w_directory = input();
|
||||
|
||||
Reference in New Issue
Block a user