[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][ftp-team/dak][master] Swtich default for editor to a sensible one



Title: GitLab

Joerg Jaspert pushed to branch master at Debian FTP Team / dak

Commits:

1 changed file:

Changes:

  • config/homedir/.bashrc
    ... ... @@ -43,13 +43,13 @@ if [[ -n ${SCRIPTVARS} ]]; then
    43 43
         . $SCRIPTVARS
    
    44 44
     fi
    
    45 45
     
    
    46
    -function em() {
    
    47
    -    export EDITOR=$(which emacs)
    
    46
    +function evim() {
    
    47
    +    export EDITOR=$(which vim)
    
    48 48
     }
    
    49 49
     
    
    50 50
     export PAGER=less
    
    51 51
     export LESS="-X"
    
    52
    -export EDITOR=$(which vim)
    
    52
    +export EDITOR=$(which emacs)
    
    53 53
     export HISTFILESIZE=6000
    
    54 54
     export CDPATH=".:~:${base}:${public}:${queuedir}"
    
    55 55
     export PATH="~/bin/:${PATH}"
    


  • Reply to: