diff options
| author | eric.marin <maarin.eric@gmail.com> | 2024-10-09 19:32:03 +0200 |
|---|---|---|
| committer | eric.marin <maarin.eric@gmail.com> | 2024-10-09 19:32:03 +0200 |
| commit | 218815bae8ef1199004a3bc86608254849409401 (patch) | |
| tree | 6130eb1372267ed929a3d9cce605f2884e6f776d /fish/config.fish | |
| parent | 5c12962ce99ed5531deec8ebd2395437d32c730d (diff) | |
| download | dotfiles-218815bae8ef1199004a3bc86608254849409401.tar.gz dotfiles-218815bae8ef1199004a3bc86608254849409401.zip | |
.gitignore is now working
Diffstat (limited to 'fish/config.fish')
| -rw-r--r-- | fish/config.fish | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/fish/config.fish b/fish/config.fish deleted file mode 100644 index 5ad4222..0000000 --- a/fish/config.fish +++ /dev/null @@ -1,9 +0,0 @@ -function fish_prompt - printf '%s%s%s $ ' \ (set_color $fish_color_cwd) (prompt_pwd --full-length-dirs 5) (set_color normal) -end - -if status is-interactive - # Commands to run in interactive sessions can go here - - set -g fish_greeting '' -end |
