Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'l' command is not overidden by default #40

Open
howdoicomputer opened this issue Oct 10, 2014 · 3 comments
Open

'l' command is not overidden by default #40

howdoicomputer opened this issue Oct 10, 2014 · 3 comments

Comments

@howdoicomputer
Copy link

Is this behavior intended? After the install 'l' is still short hand for 'ls'.

@nikreiman
Copy link
Contributor

I'm suspecting that your ~/.bashrc or ~/.aliases is overriding this, as l is not a standard alias for ls.

@evidex
Copy link

evidex commented Nov 5, 2014

Many default .bashrcs include an alias for l. Try removing the following line from your bashrc if it exists.

alias l='ls -CF'

@ipsod
Copy link

ipsod commented Oct 3, 2015

I have this same issue and have already removed all instances of alias l= from my .bashrc. I also moved source ~/.local/bin/bashmarks.sh to the very last line of my .bashrc, and it didn't fix the issue. I've rename the l and _l functions to b and _b, and now I use the b key to list bookmarks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants