Created
July 4, 2018 01:07
-
-
Save wyqydsyq/d0b061e0937bfd6f02272d2030bf0040 to your computer and use it in GitHub Desktop.
config.fish
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set -x TERM xterm-256color | |
set -gx PATH ~/.local/bin/ $PATH | |
set -gx VISUAL code --wait | |
set -gx EDITOR $VISUAL | |
set -U fish_prompt_pwd_dir_length 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment