withfig / fig

Public issue tracker for Fig.
https://fig.io
MIT License
2.06k stars 63 forks source link

not set aliases ls #2725

Open andresb39 opened 1 year ago

andresb39 commented 1 year ago

Checks

Operating system

macOS 13.5.2 (22G91)

Expected behaviour

aliases para ls no funcionan configure un alias con exa y no funciona

Actual behaviour

ls = exa --icons --git --group-directories-firs

 ls
Applications           Library                Pictures               work
Desktop                Movies                 Public
Documents              Music                  go
Downloads              OneDrive - myCloudDoor myCloudDoor

Expected

exa --icons --git --group-directories-first

 Applications   Documents   go        Movies   myCloudDoor              Pictures   work
 Desktop        Downloads   Library   Music    OneDrive - myCloudDoor   Public

Steps to reproduce

No response

Environment

fig-details:
  - 2.16.0
hardware-info:
  - model: 
  - model-id: 
  - chip-id: Apple M1
  - cores: 8
  - mem: 16.00 GB
os-info:
  - macOS 13.5.2 (22G91)
environment:
  - shell: /bin/zsh
  - terminal: iterm
  - cwd: /Users/andresb39/work/bvc/bvc-seguridad-inbound-aws-infraestructure-prod
  - exe-path: /Users/andresb39/.fig/bin/fig
  - install-method: unknown
  - env-vars:
    - FIGTERM_SESSION_ID: 35438632-98df-4196-94ed-69983cc07718
    - FIG_PID: 30912
    - FIG_SET_PARENT: 35438632-98df-4196-94ed-69983cc07718
    - FIG_SET_PARENT_CHECK: 1
    - FIG_TERM: 2.16.0
    - FIG_TERM_TMUX: 2.16.0
    - PATH: /opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/andresb39/.fig/bin:/Users/andresb39/.local/bin:/opt/homebrew/opt/fzf/bin:/Users/andresb39/go/bin:/Users/andresb39/.local/share/fig/plugins/git-flow:/usr/local/go/bin:/Library/Frameworks/Python.framework/Versions/3.10/bin:/opt/homebrew/opt/libpq/bin:/Users/andresb39/.local/share/fig/plugins/kubecolor_droctothorpe/bin:/Users/andresb39/.local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/Users/andresb39/go/bin:/Users/andresb39/.local/share/fig/plugins/git-flow:/usr/local/go/bin:/Users/andresb39/go/bin:/Users/andresb39/.local/bin:/Users/andresb39/.fig/bin:/usr/local/go/bin:/Library/Frameworks/Python.framework/Versions/3.10/bin:/opt/homebrew/opt/libpq/bin:/Users/andresb39/.local/share/fig/plugins/git-flow:/Users/andresb39/.local/share/fig/plugins/kubecolor_droctothorpe/bin:/Users/andresb39/.local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/Users/andresb39/go/bin:/Users/andresb39/.local/share/fig/plugins/git-flow:/usr/local/go/bin:/Users/andresb39/go/bin:/Users/andresb39/.local/bin:/Users/andresb39/.fig/bin:/usr/local/go/bin:/Library/Frameworks/Python.framework/Versions/3.10/bin:/opt/homebrew/opt/libpq/bin:/Users/andresb39/.local/share/fig/plugins/git-flow:/Users/andresb39/.local/share/fig/plugins/kubecolor_droctothorpe/bin
    - SHELL: /bin/zsh
    - TERM: screen-256color
    - __CFBundleIdentifier: com.googlecode.iterm2
mschrage commented 1 year ago

Have you tried running fig source in your terminal? What about fig doctor --verbose

andresb39 commented 1 year ago
 fig source

✅ Dotfiles sourced!

  ~/Downloads
❯ fig doctor --verbose
Let's check if you're logged in...
✔ Logged into Fig

Let's check your dotfiles...
✔ bash ~/.bashrc integration check
✔ bash ~/.profile integration check
✔ zsh ~/.zshrc integration check
✔ zsh ~/.zprofile integration check

Let's make sure Fig is setup correctly...
✔ Fig bin exists
✔ PATH contains ~/.local/bin
✔ PATH contains ~/.fig/bin
✔ Settings Corruption
✔ State Corruption
✔ Fig Integration
✔ SSH integration

Let's make sure Fig is running...
✔ Fig is running
✔ Fig socket exists
✔ Daemon
✘ Daemon diagnostics: Daemon websocket error

  Reqwest error: error sending request for url (https://api.fig.io/auth/refresh): connection error: Connection reset by peer (os error 54)

Let's see if Fig is in a working state...
✔ Figterm
✔ Insertion lock does not exist
✔ Autocomplete dev mode
✔ Plugin dev mode
✔ Dashboard is loading from the correct URL
✔ Autocomplete is loading from the correct URL

Let's check if your system is compatible...
✔ OS is supported
✔ Fish is up to date
✔ Jetbrains Toolbox Check

Let's check fig diagnostic...
✔ Compatible shell
✔ Fig app installed in the right place
✔ Autocomplete is enabled
✔ Fig CLI path
✔ Accessibility enabled

Let's check your terminal integrations...
✔ Terminal support

  Fig still not working? Run fig issue to let us know!
  Or, email us at hello@fig.io!
mschrage commented 1 year ago

Do aliases work after you run fig source?

andresb39 commented 1 year ago

It does not work, it keeps presenting the same error.