LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Permanent Alias In Slackware (https://www.linuxquestions.org/questions/linux-software-2/permanent-alias-in-slackware-381810/)

dmcbeing 11-10-2005 11:04 AM

Permanent Alias In Slackware
 
I have searched the forums and found a couple of post about alias
however i have found no files such as alias.sh or .bshrc so what will i do ?
I use Konsole

keefaz 11-10-2005 11:09 AM

Create your .bashrc file in your home directory

Here is mine as example :
/home/keefaz/.bashrc
Code:

alias ls="ls --color=auto"
alias vi="vim"
alias ll="ls -alh"
alias cl="clear"
alias newkernel="curl http://www.kernel.org/kdist/finger_banner"


dmcbeing 11-10-2005 11:18 AM

Thanks Dude


All times are GMT -5. The time now is 10:51 PM.