The following command will append the code in your .bash_profile file
$ echo alias ঢুকি='cd' >> .bash_profile
To see the changes
$ cat .bash_profile
Now try the bangla command in a new Terminal window
| // Author Shouro and Mahbub | |
| // 24 February, 2014 | |
| alias লিস্ট='ls' | |
| alias ঢুকি='cd' | |
| alias দেখ='vim' | |
| alias কপি='cp' | |
| alias মুছ='rm' | |
| alias পুস্তিকাবানাও='mkdir' | |
The following command will append the code in your .bash_profile file
$ echo alias ঢুকি='cd' >> .bash_profile
To see the changes
$ cat .bash_profile
Now try the bangla command in a new Terminal window