fig icon indicating copy to clipboard operation
fig copied to clipboard

Auto complete with many duplicates and leaves out certain directories

Open austinnamesnik opened this issue 2 years ago • 3 comments

Checks

  • [X] I have searched github.com/withfig/fig/issues and there are no duplicates of my issue
  • [X] I have run fig doctor in the affected terminal session
  • [x] I have run fig restart and replicated the issue again

Operating system

macOS 14.1.1 (23B81)

Expected behaviour

Show me a single instance of a suggestion

Actual behaviour

Show me many of the same suggestion and leaving some out afbeelding afbeelding afbeelding

Steps to reproduce

0 suggestions on start-up, after fig restart I get many suggestions (don't know the cause of it really...)

Environment

fig-details:
  - 2.17.0
hardware-info:
  - model: 
  - model-id: 
  - chip-id: Apple M1 Max
  - cores: 10
  - mem: 32.00 GB
os-info:
  - macOS 14.1.1 (23B81)
environment:
  - shell: /bin/zsh
  - terminal: iterm
  - cwd: /Users/austinnamesnik
  - exe-path: /Users/austinnamesnik/.fig/bin/fig
  - install-method: unknown
  - env-vars:
    - FIGTERM_SESSION_ID: b496e156-c55a-4a1c-8424-695b8903a15a
    - FIG_SET_PARENT_CHECK: 1
    - FIG_TERM: 2.17.0
    - PATH: /opt/homebrew/opt/[email protected]/libexec/bin:/Users/austinnamesnik/.nvm/versions/node/v20.6.1/bin:/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:/Users/austinnamesnik/.fig/bin:/Users/austinnamesnik/.local/bin:/Users/austinnamesnik/.wp-takeoff
    - SHELL: /bin/zsh
    - TERM: xterm-256color
    - __CFBundleIdentifier: com.googlecode.iterm2
    - FIG_PID: 1920
    - FIG_SET_PARENT: b496e156-c55a-4a1c-8424-695b8903a15a

austinnamesnik avatar Nov 22 '23 21:11 austinnamesnik

Can you share the contents of your .ssh/config file?

mschrage avatar Dec 05 '23 22:12 mschrage

Can you share the contents of your .ssh/config file? @mschrage

The contents of .ssh/config:

host labelvier
hostname labelvier.nl
user u7-eojlop1zx7zd
port 18765

host labelvier-dashboard
hostname dashboard.labelvier.nl
user labelvier

host updating-tool
hostname 136.144.146.93
user labelvier

host updating-tool-site
hostname c125667.sgvps.net
user u57-v6b1gzda58oe
port 18765

host zpcamersfoort.nl
hostname livetiming.zpcamersfoort.nl
user l1v3t1m1ng
port 21

host vm-quintor
hostname 10.150.4.221
user anamesnik

# Fig ssh integration. Keep at the bottom of this file.
Match all
  Include ~/.fig/ssh

austinnamesnik avatar Dec 06 '23 08:12 austinnamesnik

It seems to be recommending me hostnames now instead of hosts in the config file 🤷

austinnamesnik avatar Dec 06 '23 10:12 austinnamesnik