alien icon indicating copy to clipboard operation
alien copied to clipboard

fix user cd collision

Open EdgardoArriagada opened this issue 2 years ago • 1 comments

Some users have their own custom cd script

cd() {
  builtin cd $1 && ls
}

and because alien uses normal cd, it produces unexpected behaviors:

https://user-images.githubusercontent.com/12099108/174499595-e0733c0f-a793-427b-b234-67a2b747a54b.mov

this pr prevent this from happening by using builtin cd instead

EdgardoArriagada avatar Jun 19 '22 20:06 EdgardoArriagada

I cannot merge this:

image

EdgardoArriagada avatar May 12 '23 17:05 EdgardoArriagada