Dmenu and bashrc entries

Hello all,
I am using the dwm window manager and of course dmenu.
I was wondering if there is a way to make dmenu "see" the aliases
of my .bashrc file..
Or at least if I could copy-paste them in some file that dmenu
reads to generate its entries..
Do you have any idea how to do this?
Thanks a lot in advance..

I don't believe it'll ever be able to read aliases as these are built-in features of the bash program.  However, it would be trivial to create bash scripts by the same name and simply include the command in the script.  Drop them all in ~/bin and add that dir to your $PATH in ~/.bashrc, like so:
export PATH=$PATH:~/bin # add ~/bin to PATH

Similar Messages

  • Stock is increased and FI entry is posted in statistical GR for third party

    Hello
    I was trying to activate the functionalty for statistical GR in third party but STUCK due to following issues. For enabling this functionaltity I have checked "Goods Reciept" and "GR Non-Valuated" check in "Delivery tab" of PO.
         1. After creating Statistical GR through MIGO (101), stock has been posted in plant. I was expecting no movement in Stock .
         2. I was hoping there should not be in FI posting but FI entry is posted through statistical GR .
    We are using third party process from many years but without statistical GR. Requirement from client is to post statistical GR without FI entry and no stock should be updated. Please advise if anyone has idea on this.
    FYI--We have item category TAS and schedule line category CS in customisation. Also advise if above two settings in PO are enought to turn ON the statistical GR functionality.
    Thanks for your help.
    Regards
    Arvind

    Thanks AKPT for reply
    As advised , pleae find enclosed screens for OMS2, PO and FI entry. FI entry might be wrong as while posting MIGO ..I was getting error "WE etnry is missing in table YFTFI_SUBST236 and I maintained some dummy GL accounts.
    Regards
    Arvind

  • What is the diffrence between  map and map.entry in core java

    what is the diffrence between map and map.entry in core java . where it will be use ful. any one give one example plz.

    A Map contains Map.Entry's
    e.g.
            Map map = new LinkedHashMap(8);
            map.put(new Integer(1), "one");
            map.put(new Integer(2), "two");
            final Iterator iterator = map.entrySet().iterator();
            while (iterator.hasNext()) {
                Map.Entry entry = (Map.Entry) iterator.next();
                System.out.println("key=" + entry.getKey() + ", value=" + entry.getValue());
            }

  • F110- not able to clear the debit and credit entry with the same reference

    Hi,
    I am not able to clear the debit and credit entry with the same reference in F110 even after having the payment terms as immediate payment, payment method is maintained in document no and vendor master data. Both debit and credit entry is appearing in FBL1N as an open item but it is not appearing in F110.
    In Log message appear as 8 days grace period is existing whereas as payment term is just 0001- immediate payment.
    Kindly advice me what could be wrong.
    Thanks,
    Manya.

    Hi,
    Credit and debit balance in vendor account are not cleared automatically when only vendor line item has payment method and credit memo has not payment method. Also when there is not payment method maintained in vendor master data.
    In such case to avoid payment to vendor when vendor has debit balance we perform debit balance check.
    In second scenario when u2018individual paymentu2019 is selected in vendor master data vendor invoice and credit memo are not cleared automatically in F110.
    To setoff vendor credit and debit balance in F110 you to uncheck u2018individual paymentu2019 check in vendor master data > company code data > payment data.
    Thanks!
    Raju

  • I did a software upgrade to IOS6 and my Iphone4S is now unable to update. Do I lose all my contacts and calendar entries when I restore?

    I did a software upgrade to IOS6 and my Iphone4S is now unable to update. Do I lose all my contacts and calendar entries when I restore?

    You should be syncing all your contacts and calendars with your computer, either via iCloud or iTunes, so it is easy to re-sync them back to the phone after you restore.

  • How can I delete all Contact and Calendar entries on my iPhone so I re-sync from my PC

    My Contacts and Calendar are messed-up on my iPhone with literally hundreds of duplicate and erroneous entries.  The data is okay on my PC so I wish to clear the IPhone entries completely and then use Sync again to download from my PC.  How can I clear the iPhone files?

    Hi
    Check the link below and let me know if it helps
    http://www.ehow.com/how_5654980_clear-contacts-iphone.html
    Thanks

  • I inadvertently typed in a wrong account number which now shows up in the Account # drop down box. Is there some way that I can clear this (or all) entry and still let Firefix remember search and form entry? Thanks Mike Callahan

    The Scottrade web sight requires an account number as well as a password to log in. I inadvertently typed in an incorrect number and would like to eliminate it from the 'remembered' accounts. My only solution seems to be to turn off Remember Search and Form Entry but that impacts the correct account numbers and all other web sites as well.

    Click the (empty) input field on the web page to open the drop down list
    Highlight an entry in the drop down list
    Press the Delete key (on Mac: Shift+Delete) to remove it.
    http://kb.mozillazine.org/Deleting_autocomplete_entries
    Firefox/Tools > Options > Privacy > Firefox will: "Use custom settings for history" > "Remember search and form history"
    https://support.mozilla.com/kb/Form+autocomplete

  • I just lost my contacts and calendar entries through icloud, how do i get them back?

    I read that the space being used up on my iphone can be from having iCloud backups on. So I turned them all off and thought when it said to delete the contacts and calendar eltries it mean the back up being stored on the phone, not the actual contacts and calendar entries. Can anyone help me to restore these items?

    Welcome to the Apple Community.
    It sounds like you are turning off syncing (settings > iCloud) rather than back ups.
    Try turning them on again.

  • Differrent date between AP Credit Memo and Journal Entry

    Hi!
    I don't know why AP Credit Memo posting date = '31/08/2011' but Journal Entry record posting date ='1/9/2011'.
    Change log on AP Credit Memo Create date ='31/08/2011' and change log on Journal Entry Create date='1/9/2011'
    APCredit Memo and Journal Entry link together.
    I try to make AP Credit Memo again and check. It's ok. It's not always happen just 1 Entry has problem.
    pls help me solve this problem

    HI Darius Gragasin!
    we use SAP 8.81 PL5.
    yesterday I try to check and reconize something:
    There are many trans from AR different date than Journal Entry but same month
    It's happen on date all user open addon (addon just help user load data from excel and put data on Sales order --> user add Sales order, addon don't add data), another date It's ok
    so, I think this problem by SDK but I don't know how to control SDK with this problem
    Regards,
    Hong Bich

  • Current date as deafult for Calender Day and user entry

    Hello All,
    There is a select option for Calender Day for a BW query.
    This Calender Day should have a default as Current Date and User entry is also possible.
    I have used a Customer exit and written the following code under i_step = 1
    data: v_currdt like sy-datum.
    clear: v_currdt, vfl_range.
             if i_step = 1.
              vfl_range-sign = 'I'.
              vfl_range-opt = 'EQ'.
              v_currdt = sy-datum.
              vfl_range-low = v_currdt.
              append vfl_range to e_t_range.
             endif.
    Please inform if this code is incorrect, because I am not able to see the date at all.
    Cheers,
    KP

    Hi
    Check with this code!
    Implemented for the same function as you require.-
    if i_step = 1.
      case i_vname.
        WHEN 'ZZZZZZ'.
          IF i_step = 1.
            REFRESH e_t_range.
            CLEAR l_s_range.
            l_date1 = sy-datum.
            L_S_RANGE-LOW = l_date1.
            L_S_RANGE-SIGN = 'I'.
            L_S_RANGE-OPT  = 'EQ'.
            APPEND L_S_RANGE  TO E_T_RANGE.
          endif.
      endcase.
    endif.
    Regards
    M.A

  • Mail for Exchange, new task and calendar entries

    Dear All,
    I am having a wonderful time with a brand new E71 plus the latest version of Mail for Exchange (2.09.158 as per the info screen on the device). It syncs fine with a Exchange 2003 server in that contacts, tasks and calendar entries (it is not supposed to sync mail as well) are properly downloaded and changes made on the phone are replicated back to the server on the next sync.  The fun starts when I create a new task or calendar entry on the phone: Those are  not created on the server at all. Another problem is deleting a task on the phone that was created on the server. For some reason the deletion does not show up on the server as well and the task remains there until deleted via Outlook. Has anybody seen this kind of behaviour? I cannot debug anything on the server, since it is a hosted solution from an ISP. Neither can I sniff the network traffic, since that is SSL encrypted. Any tips and/or work arounds are greatly appreciated. 
    Best regards, 

    bump.
    still the same even with the latest version.

  • I have a manual that contains headings and index entries that contain less than and greater than characters, and . The Publish to Responsive HTML5 function escapes these correctly in the main body of the text but does not work correctly in either the C

    I have a manual that contains headings and index entries that contain less than and greater than characters, < and >. The Publish to Responsive HTML5 function escapes these correctly in the main body of the text but does not work correctly in either the Contents or the Index of the generated HTML. In the Contents the words are completely missing and in the index entries the '\' characters that are required in the markers remain in the entry but the leading less than symbol and the first character of the word is deleted; hence what should appear as <dataseries> appears as \ataseries\>. I believe this is a FMv12 bug. Has anyone else experienced this? Is the FM team aware and working on a fix. Any suggestions for a workaround?

    The Index issue is more complicated since in order to get the < and > into the index requires the entry itself to be escaped. So, in order to index '<x2settings>' you have to key '\<x2settings\>'. Looking at the generated index entry in the .js file we see '<key name=\"\\2settings\\&gt;\">. This is a bit of a mess and produces an index entry of '\2settings\>'. This ought to be '<key name=\"&amp;lt;x2settings&amp;gt;\" >'. I have tested this fix and it works - but the worst of it is that the first character of the index entry has been stripped out. Consequently I cannot fix this with a few global changes - and I have a lot of index entries of this type. I'm looking forward to a response to this since I cannot publish this document in its current state.  

  • ICloud Address Book and Calendar not syncing. Missing and duplicate entries. Help.

    I have duplicate entries in Address Book. I have missing entries on other devices. For calendar it just doesn't sync.
    What I've done to try to fix it:
    1) I signed out of all my devices from iCloud and MobileMe.
    2) I then deleted all the the cache files in Library and any iCloud folders I could
    3) I deleted all the address book and calendar entries on each device.
    4) Went back and deleted anything in Library and caches.
    5) I looked at iClould.com and confirmed they had entries in Address Book and Calendar.
    6) Signed back into iCloud on each device.
    7) All the devices then began to populate.
    Trouble began:
    1) Some Address Book entries are missing on devices.
    2) iClould has multiple entries for the very missing contacts! All cutting off the notes field at different places!
    3) It won't sync the missing contacts present on iCloud but not the device.
    Help.

    Solved it myself. What I did:
    1) I have four Lion OS and two iOS devices.
    2) I kept one computer with the complete address book I wanted to start with but disconnecting it from iCloud's Contact sync via Apple Menu > System Preferences > iCloud uncheck Contact Sync
    3) Logged into iCloud.com and deleted all the contacts and groups manually ( many keyboard shortcuts worked )
    4) On the main computer, using textedit, I replaced semicolons I was using to delimit items in the notes field with backslashes.
    5) Once I confirmed all the other computers and devices had no entries in Address Book, on the main computer I turned back on iCloud Contact syncing. It worked. Correct count of entries and no more breaking notes at the semicolons!
    6) Immediately all the other iCloud computers and devices updated to the correct notes! Finally.

  • I have 2 iPads with the same log in and password details. How do I make them independent of each other so that contacts and calendar entries are not duplicated

    I have 2 iPads. When gifting one to my wife I did not change the log in and security details. Consequently any contacts and calendar entries are duplicated. How do I make the iPads independent so that the foregoing duplications are eliminated?
    Thank you

    The logins on the iPads, for example the iTunes store can be the same if you share an iTunes account, this will not effect the Contacts/Calendars unless you are using iCloud to sync Calendar/Contacts in which case just setup a new iCloud account for your Wife and change the iCloud settings on her iPad to this new account.
    Unfortunately the contacts if syncing with your computer will be the same as it can only sync from the given contacts on your computer.
    You can use a different login to the computer for your wife and she can then have her own contacts.
    If your Contacts application on your compuer has Categories/Grouping you can tell iTunes to sync certain Categories/Groups to each iPad, that way splitting up the contacts on your computer for each iPad.
    The same is true for the Calendar if you only have the one calendar it will sync it for both of you, the iPad settings in iTunes has the option to pick a Calendar if you have more then one.
    One option is to use an online calendar such as Google Calendar and sync to and from it with your iPad that way the Calendars would be individual.

  • Invoice and Order Entry Data!!!

    Hi All,
    Can anyone please let me know the data sources for Invoice and Order Entry Data (SD).
    Please provide any link related to the same.
    Your help will be appreciated.
    Thanks in Advance,
    Regards,
    Amit.

    hi,
    For Invoice veriifcation you can use 2LIS_06_INV and for Sales order related data source you can use 2LIS_13_VDHDR,2LIS_13_VDITM and 2LIS_13_VDKON.
    Also you can get more details on below link
    http://help.sap.com/saphelp_nw70/helpdata/en/17/cd5e407aa4c44ce10000000a1550b0/frameset.htm
    Regards,
    Amol

Maybe you are looking for