#!/bin/sh # you can also edit the ~/.inputrc file # and add something like # # "\C-t": "top\n" # or # "\C-gu": "uptime\n" # Not all bash line editing is controlled from ~/.inputrc; this is the reason of this file # # let's be creative :) we'll try to bind more useful command in the future bind -x '"\C-xt":top' bind -x '"\C-xu":uptime' bind -x '"\C-xd":date' bind -x '"\C-xc":cal' bind -x '"\C-xi":my_ip' bind -x '"\C-xg":glances' bind -x '"\C-xp":emax /media/stick/patrick/patrick/Documents/hdjns_20141207_debian7.7xfce.org'