diff --git a/.zshrc b/.zshrc index a482f18..e038073 100644 --- a/.zshrc +++ b/.zshrc @@ -50,6 +50,7 @@ zstyle ':completion:*' select-prompt %SScrolling active: current selection at %p alias ls='ls --color=auto' alias l='ls' alias ll='ls --color=auto -lh' +alias la='ls --color=auto -lha' alias lll='ls --color=auto -lh | less' alias lsg='ls | grep -i ' diff --git a/gmrunrc b/gmrunrc index 114ebb9..8e8e358 100644 --- a/gmrunrc +++ b/gmrunrc @@ -7,6 +7,8 @@ Left = 250 # My second firefox profile (made with `firefox -ProfileManager`) URL_ff =`/usr/bin/firefox` #type ff: 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 TermExec = gnome-terminal -e URL_http = /usr/bin/firefox %u