7 lines
58 B
Bash
Executable File
7 lines
58 B
Bash
Executable File
#!/bin/bash
|
|
bashrc ()
|
|
{
|
|
vim ~/.bashrc
|
|
}
|
|
bashrc "$@"
|