How to assign variable to PROMPT_COMMAND

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












How can I increment a variable assigning its value to PROMPT_COMMAND variable?



Inside .bashrc I created variable a and assigned value to 0
and then added this



a=0
PROMPT_COMMAND=`((a++))`


When I echo PROMPT_COMMAND it shows that it is empty.







share|improve this question






















  • PROMPT_COMMAND is empty in your code because ((a++)) doesn't print anything, only increments a.
    – wjandrea
    May 22 at 16:18















up vote
0
down vote

favorite












How can I increment a variable assigning its value to PROMPT_COMMAND variable?



Inside .bashrc I created variable a and assigned value to 0
and then added this



a=0
PROMPT_COMMAND=`((a++))`


When I echo PROMPT_COMMAND it shows that it is empty.







share|improve this question






















  • PROMPT_COMMAND is empty in your code because ((a++)) doesn't print anything, only increments a.
    – wjandrea
    May 22 at 16:18













up vote
0
down vote

favorite









up vote
0
down vote

favorite











How can I increment a variable assigning its value to PROMPT_COMMAND variable?



Inside .bashrc I created variable a and assigned value to 0
and then added this



a=0
PROMPT_COMMAND=`((a++))`


When I echo PROMPT_COMMAND it shows that it is empty.







share|improve this question














How can I increment a variable assigning its value to PROMPT_COMMAND variable?



Inside .bashrc I created variable a and assigned value to 0
and then added this



a=0
PROMPT_COMMAND=`((a++))`


When I echo PROMPT_COMMAND it shows that it is empty.









share|improve this question













share|improve this question




share|improve this question








edited May 22 at 16:16









wjandrea

7,14142155




7,14142155










asked Apr 30 at 12:32









Andrew

1824




1824











  • PROMPT_COMMAND is empty in your code because ((a++)) doesn't print anything, only increments a.
    – wjandrea
    May 22 at 16:18

















  • PROMPT_COMMAND is empty in your code because ((a++)) doesn't print anything, only increments a.
    – wjandrea
    May 22 at 16:18
















PROMPT_COMMAND is empty in your code because ((a++)) doesn't print anything, only increments a.
– wjandrea
May 22 at 16:18





PROMPT_COMMAND is empty in your code because ((a++)) doesn't print anything, only increments a.
– wjandrea
May 22 at 16:18











1 Answer
1






active

oldest

votes

















up vote
1
down vote



accepted










It works with



a=0
PROMPT_COMMAND='echo -n $((a++))'


after you open a new shell (or source .bashrc by calling . ~/.bashrc.






share|improve this answer




















    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "89"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );








     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1030097%2fhow-to-assign-variable-to-prompt-command%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    1
    down vote



    accepted










    It works with



    a=0
    PROMPT_COMMAND='echo -n $((a++))'


    after you open a new shell (or source .bashrc by calling . ~/.bashrc.






    share|improve this answer
























      up vote
      1
      down vote



      accepted










      It works with



      a=0
      PROMPT_COMMAND='echo -n $((a++))'


      after you open a new shell (or source .bashrc by calling . ~/.bashrc.






      share|improve this answer






















        up vote
        1
        down vote



        accepted







        up vote
        1
        down vote



        accepted






        It works with



        a=0
        PROMPT_COMMAND='echo -n $((a++))'


        after you open a new shell (or source .bashrc by calling . ~/.bashrc.






        share|improve this answer












        It works with



        a=0
        PROMPT_COMMAND='echo -n $((a++))'


        after you open a new shell (or source .bashrc by calling . ~/.bashrc.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Apr 30 at 13:16









        muclux

        2,1231521




        2,1231521






















             

            draft saved


            draft discarded


























             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1030097%2fhow-to-assign-variable-to-prompt-command%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            Which professions warranted travel in Medieval times?

            How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

            Trouble downloading packages list due to a “Hash sum mismatch” error