Skip to content

Instantly share code, notes, and snippets.

@tranchausky
Last active May 22, 2026 03:38
Show Gist options
  • Select an option

  • Save tranchausky/4ca1902b0bb2f253ce2c2d135adc95dc to your computer and use it in GitHub Desktop.

Select an option

Save tranchausky/4ca1902b0bb2f253ce2c2d135adc95dc to your computer and use it in GitHub Desktop.
tip linux set alias
nano ~/.bashrc
hoặc
nano ~/.zshrc

Thêm dòng

alias ll='ls -la'

Lưu lai reload

source ~/.bashrc
hoặc
source ~/.zshrc

Test

ll

-> show file .env, .env.example (File have dot .)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment