add la alis in bashrc and translate (trans2fr trans2en) shutcurt in gmrun
This commit is contained in:
parent
878c56ed06
commit
6a4c2e7a3f
1
.zshrc
1
.zshrc
@ -50,6 +50,7 @@ zstyle ':completion:*' select-prompt %SScrolling active: current selection at %p
|
|||||||
alias ls='ls --color=auto'
|
alias ls='ls --color=auto'
|
||||||
alias l='ls'
|
alias l='ls'
|
||||||
alias ll='ls --color=auto -lh'
|
alias ll='ls --color=auto -lh'
|
||||||
|
alias la='ls --color=auto -lha'
|
||||||
alias lll='ls --color=auto -lh | less'
|
alias lll='ls --color=auto -lh | less'
|
||||||
alias lsg='ls | grep -i '
|
alias lsg='ls | grep -i '
|
||||||
|
|
||||||
|
2
gmrunrc
2
gmrunrc
@ -7,6 +7,8 @@ Left = 250
|
|||||||
# My second firefox profile (made with `firefox -ProfileManager`)
|
# My second firefox profile (made with `firefox -ProfileManager`)
|
||||||
URL_ff =`/usr/bin/firefox` #type ff:
|
URL_ff =`/usr/bin/firefox` #type ff:
|
||||||
URL_google = x-www-browser 'http://www.google.com.ph/search?q=%s'
|
URL_google = x-www-browser 'http://www.google.com.ph/search?q=%s'
|
||||||
|
URL_trans2fr = x-www-browser 'http://translate.google.fr/translate_t?hl=fr&ie=UTF-8&text=%s&sl=en&tl=fr#'
|
||||||
|
URL_trans2en = x-www-browser 'http://translate.google.fr/translate_t?hl=fr&ie=UTF-8&text=%s&sl=fr&tl=en#'
|
||||||
Terminal = gnome-terminal #type ctrl-enter
|
Terminal = gnome-terminal #type ctrl-enter
|
||||||
TermExec = gnome-terminal -e
|
TermExec = gnome-terminal -e
|
||||||
URL_http = /usr/bin/firefox %u
|
URL_http = /usr/bin/firefox %u
|
||||||
|
Loading…
Reference in New Issue
Block a user