diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2011-03-13 23:21:19 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2011-03-13 23:21:20 +0100 |
commit | 3d4e53b3ddcace57bbba50b143bdc42aef1cbc7a (patch) | |
tree | 3479d04d7a162632331ce1660ebc2ab6d442e19b /.zsh | |
parent | c666df70b0321c9711a8a965daff1e2608c38b59 (diff) | |
download | dotfiles-3d4e53b3ddcace57bbba50b143bdc42aef1cbc7a.tar.gz dotfiles-3d4e53b3ddcace57bbba50b143bdc42aef1cbc7a.tar.bz2 dotfiles-3d4e53b3ddcace57bbba50b143bdc42aef1cbc7a.zip |
Add list_cc_flags -- with comments
Diffstat (limited to '')
-rw-r--r-- | .zsh/zshfunctions | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.zsh/zshfunctions b/.zsh/zshfunctions index db01a95..cd5433a 100644 --- a/.zsh/zshfunctions +++ b/.zsh/zshfunctions @@ -153,6 +153,8 @@ menc() unset p } +# list the current enabled gcc flags +# based on a script by mv list_cc_flags() { Usage() |