Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
zshenv 639 B
Newer Older
  • Learn to ignore specific revisions
  • Freezed's avatar
    Freezed committed
    # ############################################# #
    #                 ~/.zshenv                     #
    #                                               #
    #       This file is managed by Ansible         #
    #       Manual edition will be overridden       #
    #                                               #
    
    freezed's avatar
    freezed committed
    #  https://lab.frogg.it/freezed/ansible-debian  #
    
    Freezed's avatar
    Freezed committed
    #                                               #
    # ############################################# #
    
    export PATH="/usr/local/bin:/usr/local/sbin:/bin:/usr/bin:/usr/sbin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/sbin:$HOME/bin:$HOME/.local/bin"
    export VISUAL=vim
    export EDITOR=vim
    
    umask 022