How can I create an alias in .bashrc for Kate editor, in order not to write kate file1 file2, but k file1 file2 for opening those files.
|
feedback
|
|
Add You can't pass a parameter into an alias. You can do the cd dir_name"=>"cd dir_name; ls -l with a function and an alias like so
That will only execute the | |||||
|
feedback
|
|
Alias is not safe and flexible. I always use the function.
| |||||||||||
feedback
|