summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index a6633df..c178f82 100644
--- a/bashrc
+++ b/bashrc
@@ -40,3 +40,7 @@ rbpm() { source <(~/dev/rbpm/rbpm.sh "${@}"); }
mkcd() {
mkdir "${1}" && cd "${1}"
}
+
+fnsize() {
+ printf '\e]710;%s\007' "xft:Monospace:size=${1}"
+}