summaryrefslogtreecommitdiffstats
path: root/src/modules/hostname.rs
AgeCommit message (Expand)Author
2024-01-02revert: refactor(modules): use whoami crate to get username (#5669)David Knaack
2023-11-11refactor(modules): use whoami crate to get usernamebestgopher
2023-09-16feat(hostname): add detect_env_vars as option (#5196)Mick Hohmann
2023-06-13chore: fix new clippy lints (#5241)David Knaack
2022-09-04refactor: replace `ansi_term` with `nu_ansi_term` (#4339)David Knaack
2022-08-08feat(git): replace `git2` with `git-repository` (#3883)David Knaack
2022-05-23chore(clippy): fix new lints (#4002)David Knaack
2022-05-04feat(hostname): add `ssh_symbol` for ssh connections (#3806)Thanapat Chotipun
2022-03-26refactor: replace module_config_derive with serde (#3786)David Knaack
2021-12-09test(hostname): fix `trim_at` test with unicode hostname (#3295)David Knaack
2021-11-01fix(escaping): move escaping to individual variables (#3107)Fred Cox
2021-02-11refactor(clippy): fix new lints (#2297)David Knaack
2020-11-23fix: apply nightly clippy & fmt suggestions (#1922)David Knaack
2020-09-28feat: add error messaging (#1576)Tilmann Meyer
2020-09-08fix: use suffixes for modules before directory (#1645)Matan Kushner
2020-08-07test: introduce env variable mocking (#1490)Tilmann Meyer
2020-07-07feat: refactor modules to use format strings (#1374)Zhenhui Xie
2019-11-07refactor: Cleanup after module config refactor (#630)Zhenhui Xie
2019-10-15feat: Add configuration for hostname truncation (#485)Zach Mertes
2019-10-10refactor: Rewrite hostname, jobs and line_break module to use mo… (#462)Zhenhui Xie
2019-10-04refactor: Go from Rust workspaces to a package with nested packages (#480)Matan Kushner
2019-09-30refactor: Refactoring config (#383)Zhenhui Xie
2019-09-09fix: Lazy load git repo and only run module if not disabled (#306)Neil Kistner
2019-09-07feat: Add the ability to configure per-module color styles (#285)Kevin Song
2019-09-04feat: add hostname module (#286)Andrew Houts